Skip to content

Commit

Permalink
Merge branch '3.27.0_staged' into file-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
1maple1 authored Aug 6, 2024
2 parents 79007a9 + 554d725 commit fb9a129
Show file tree
Hide file tree
Showing 15 changed files with 1,117 additions and 382 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Brewtils Changelog
==================

3.27.0
------
TBD

- 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
------
7/12/24
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 fb9a129

Please sign in to comment.