Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v0.11.1 #117

Merged
merged 2 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ galactory Release Notes
.. contents:: Topics


v0.11.1
=======

Bugfixes
--------

- Requests for collections that were not already present in artifactory resulted in a 500 internal server error (https://github.com/briantist/galactory/issues/112, https://github.com/briantist/galactory/pull/116).
- Requests proxied to a v2 upstream endpoint that supports pagination caused a 400 error from the upstream due to the inclusion of the v3 ``limit`` query string parameter (https://github.com/briantist/galactory/issues/113).

v0.11.0
=======

Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,18 @@ releases:
- 108-auth-deprecation-extension.yml
- 109-upload-format.yml
release_date: '2023-10-08'
0.11.1:
changes:
bugfixes:
- Requests for collections that were not already present in artifactory resulted
in a 500 internal server error (https://github.com/briantist/galactory/issues/112,
https://github.com/briantist/galactory/pull/116).
- Requests proxied to a v2 upstream endpoint that supports pagination caused
a 400 error from the upstream due to the inclusion of the v3 ``limit`` query
string parameter (https://github.com/briantist/galactory/issues/113).
fragments:
- 114-bugfixes.yml
release_date: '2023-10-08'
0.2.0:
changes:
minor_changes:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "galactory"
version = "0.11.0"
version = "0.11.1"
authors = [
{name = "Brian Scholer"},
]
Expand Down