Skip to content

Commit

Permalink
Add release-notes for nautobot#1465 and nautobot#1521
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmatthews committed Mar 23, 2022
1 parent fcf233e commit ed33112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nautobot/docs/release-notes/version-1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,14 @@ As Python 3.6 has reached end-of-life, and many of Nautobot's dependencies have

- [#896](https://github.com/nautobot/nautobot/issues/896) - Implemented support for Dynamic Groups objects
- [#897](https://github.com/nautobot/nautobot/issues/897) - Added JSON type for custom fields.
- [#1465](https://github.com/nautobot/nautobot/issues/1465) - Implemented REST API versioning

### Changed

- [#1225](https://github.com/nautobot/nautobot/issues/1225) - Relaxed uniqueness constraint on Webhook creation, allowing multiple webhooks to send to the same target address so long as their content-type(s) and action(s) do not overlap.
- [#1478](https://github.com/nautobot/nautobot/issues/1478) - ScheduledJob REST API endpoints now enforce `extras.approve_job` permissions as appropriate.
- [#1502](https://github.com/nautobot/nautobot/issues/1502) Finalized Dynamic Groups implementation for 1.3 release (including documentation and integration tests)
- [#1521](https://github.com/nautobot/nautobot/pull/1521) - Consolidated Job REST API endpoints, taking advantage of REST API versioning.

## v1.3.0b1 (2022-03-11)

Expand Down

0 comments on commit ed33112

Please sign in to comment.