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

prep 2.0.0 #84

Merged
merged 1 commit into from
Nov 22, 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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@


## Unreleased


## 2.0.0
### Added
- django 4.2 support
- python 3.11 support
Expand Down
14 changes: 9 additions & 5 deletions CHANGELOG.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
Unreleased:
added: []
fixed: []
changed: []
deprecated: []
removed: []
security: []
2.0.0:
added:
- django 4.2 support
- python 3.11 support
- refactor of sync and fetch logic to simplify and modernize approach
- support for fetching data from peeringdb cache servers
- support for quickly setting a local snapshot of peeringdb server via the `peeringdb server` commands
- support for quickly setting a local snapshot of peeringdb server via the `peeringdb
server` commands
- env variable support for config (see docs/config.md)
fixed: []
changed: []
deprecated: []
removed:
- python 3.7 support
- django 2.2 support
- django 3.0 support
security: []
1.5.0:
added:
- support for campus object
Expand Down
Loading