Skip to content

Commit

Permalink
Update the changelog ready for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
calpaterson committed Apr 5, 2024
1 parent 6f7663e commit f4bff4f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Changelog

## [Unreleased]
## 0.10.0
### Added

- A new FilesystemCache
- Added a new serialiser which uses Parquet instead of pickle for Pandas
dataframes: `DataFrameAwareSerialiser`.
dataframes: `pyappcache.serialisation.pandas.DataFrameAwareSerialiser`.
- Support for Python 3.12
- A new `BinaryFileSerialiser`

### Changed

Expand All @@ -14,10 +17,14 @@
etc)
- SqliteCache will now use [incremental blob
I/O](https://www.sqlite.org/c3ref/blob.html) where possible (eg Python 3.11+)
- Fixed an issue with the default prefix being "pyappache"
- Sort out CacheControlProxy

### Removed

## 0.9.1
- Support for Python 3.7

## 0.9.1 - 2022-12-08

### Added

Expand Down

0 comments on commit f4bff4f

Please sign in to comment.