Skip to content

Commit

Permalink
release: v0.30.5
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwood committed Oct 3, 2024
1 parent c54a8f0 commit 6dfb551
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.30.5] - 2024-09-30

### Added

- New setting `allow_direct_web_fetch` to configure whether cove will fetch any url passed as a GET parameter rather than from the input form. The default will be for this to be disabled. Cove implementations updating may need to check if there are "try this sample data" links on the home page that will need to be updated to use a form with newly required CSRF protection (For example - https://github.com/OpenDataServices/lib-cove-web/pull/144#issuecomment-2378743354).
- Set the `REQUESTS_TIMEOUT` setting, to prevent source URLs from causing a denial of service, whether accidentally or maliciously.

## [0.30.4] - 2024-06-28
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='libcoveweb',
version='0.30.4',
version='0.30.5',
author='Open Data Services',
author_email='[email protected]',
packages=find_packages(),
Expand Down

0 comments on commit 6dfb551

Please sign in to comment.