-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #244 from nautobot/release-v2.3.0
Prep for release v2.3.0
- Loading branch information
Showing
4 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# v2.3.0 | ||
|
||
## Added | ||
|
||
(#213) Added the ability to retrieve App endpoints via `dir` | ||
(#214) Added support for seeing and modifying notes on all models | ||
(#217) Added the ability to provide custom limit and offset parameters | ||
(#233) Added the ability to run saved GraphQL queries | ||
|
||
## Documentation Updates | ||
|
||
(#218) Fixed documentation examples for working with prefixes | ||
|
||
### Changed | ||
|
||
(#224) Changed the `Termination.__str__ ` method to return the display field | ||
(#240) Changed the `.all()` method to accept the same kwargs as `.filter()`, essentially making them redundant of each other | ||
(#243) Updated urllib3 dependency to v2 | ||
|
||
### Housekeeping | ||
|
||
(#220) Added Python 3.12 to test matrix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
[tool.poetry] | ||
name = "pynautobot" | ||
version = "2.2.1" | ||
version = "2.3.0" | ||
description = "Nautobot API client library" | ||
authors = ["Network to Code, LLC <[email protected]>"] | ||
readme = "README.md" | ||
|