Skip to content

Commit

Permalink
Less busy changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Sep 10, 2024
1 parent 9e62147 commit ab8bb89
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Using the following categories, list your changes in this order:

### Added

- You can now utilize the Django manifest rather than scanning the filesystem when using `settings.py:SERVESTATIC_USE_MANIFEST`. (Derivative of [upstream PR](https://github.com/evansd/whitenoise/pull/275))
- Note: If also using `CompressedManifestStaticFilesStorage` storage backend, ServeStatic will no longer need to call `os.stat`.
- You can now utilize the Django manifest rather than scanning the filesystem when using `settings.py:SERVESTATIC_USE_MANIFEST`.
- When also using ServeStatic's `CompressedManifestStaticFilesStorage` backend, ServeStatic will no longer need to call `os.stat`.

### Changed

Expand All @@ -48,24 +48,24 @@ Using the following categories, list your changes in this order:

### Added

- Verbose Django `404` error page when `settings.py:DEBUG` is `True` (Derivative of [upstream PR](https://github.com/evansd/whitenoise/pull/366))
- Verbose Django `404` error page when `settings.py:DEBUG` is `True`

### Fixed

- Fix Django compatibility with third-party sync middleware
- ServeStatic Django middleware now only runs in async mode to avoid clashing with Django's internal usage of `asgiref.AsyncToSync`
- Respect Django `settings.py:FORCE_SCRIPT_NAME` configuration value (Derivative of [upstream PR](https://github.com/evansd/whitenoise/pull/486))
- Fix Django compatibility with third-party sync middleware.
- ServeStatic Django middleware now only runs in async mode to avoid clashing with Django's internal usage of `asgiref.AsyncToSync`.
- Respect Django `settings.py:FORCE_SCRIPT_NAME` configuration value.

## [1.1.0](https://github.com/Archmonger/ServeStatic/compare/1.0.0...1.1.0) - 2024-08-27

### Added

- Files are now compressed within a thread pool to increase performance (Derivative of [upstream PR](https://github.com/evansd/whitenoise/pull/484))
- Files are now compressed within a thread pool to increase performance.

### Fixed

- Fix Django `StreamingHttpResponse must consume synchronous iterators` warning
- Fix Django bug where file paths could fail to be followed on Windows (Derivative of [upstream PR](https://github.com/evansd/whitenoise/pull/474))
- Fix Django `StreamingHttpResponse must consume synchronous iterators` warning.
- Fix Django bug where file paths could fail to be followed on Windows.

## [1.0.0](https://github.com/Archmonger/ServeStatic/releases/tag/1.0.0) - 2024-05-08

Expand Down

0 comments on commit ab8bb89

Please sign in to comment.