Skip to content

Commit

Permalink
Updated changelog up to v0.0.3.
Browse files Browse the repository at this point in the history
  - This should have been done as part of the releases. :(
  • Loading branch information
terjekv committed Jan 21, 2024
1 parent 0e0be97 commit 2267095
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## [Unreleased]

## [0.3.0] - 2024-01-21

### Added

- Add logging support via `structlog``.
- Updated documentation in README.md.

### Changed

- Allowed `last_gc` for a repo to be optional. Newly created repos may not have this set.
- Migrated project to ruff only (no black/isort)

### Removed

- Removed printing errors to stderr. Migrated to to logging at the level `error`.

## [0.2.0] - 2024-01-20

### Added

- Support for server metadata from `repositories.json`, available as the dictionary `server.metadata`
Expand All @@ -12,13 +30,15 @@
### Fixed

- `fetch_errors` did not properly set path or the error / exception.
- Fixed github actions (CI) to use pipx to install poetry.

### Changed

- Migrated from setup.cfg to poetry.
- `scrape` and `scrape_server` are moved from the package `cvmfsserver.main` to `cvmfsserver`
- Importing `scrape` or `scrape_server` from `cvmfsserver.main` will print a warning about deprecation.
- GeoAPI status is now an enum of type GeoAPIStatus, with values `GeoAPIStatus.OK`, `GeoAPIStatus.NOT_FOUND` (no repositories available), `GeoAPIStatus.LOCATION_ERROR` (location could not be determined), and `GeoAPIStatus.NO_RESPONSE` (other error).
- Updated a number of dependencies.

### Removed

Expand Down

0 comments on commit 2267095

Please sign in to comment.