Skip to content

Commit

Permalink
Merge branch '3.27.0_staged' into Topic_Name_Api
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog authored Jul 29, 2024
2 parents 741f50c + 554d725 commit 2814d5f
Show file tree
Hide file tree
Showing 15 changed files with 1,112 additions and 381 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Brewtils Changelog
TBD

- Expanded Topics Rest API to support Topic Name as a key
- Formalized Status Info model and added helper features to track the history of the status changes.
- Added support models for tracking primary replication
- New Models for User, UserToken, Role, and AliasUserMap
- Must upgrade to a minimum version of Beer Garden 3.27.0 to support new authentication models. If authentication is not enabled, upgrade
is not required.
- Removed 2.0 Legacy support for Principle and LegacyRole models
- Fixed bug in SystemClient to properly assign requester field from parent request


3.26.4
------
Expand Down
1 change: 0 additions & 1 deletion brewtils/auto_decorator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from inspect import Parameter as InspectParameter # noqa
from inspect import signature


from brewtils.models import Command, Parameter


Expand Down
Loading

0 comments on commit 2814d5f

Please sign in to comment.