Skip to content

Commit

Permalink
Update changelog and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Dec 6, 2024
1 parent e1bd098 commit 3bc0a10
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 7 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,47 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [1.29.0] - 2024-12-06

Mostly changes to the alpha frontend

### Added

- Add support for multple API tokens per user via django-rest-knox. For that
reason, the old API endpoints for dealing with token authentication has been
deprecated, and new endpoints have been added to v2 of the API.

### Changed

- We've copied the linting rules from argus-htmx, so anything that have not
been merged yet might have to be updated to keep the linters happy.

### Deprecated

- All v1 API endpoints for dealing with phone numbers have been deprecated.
Please see the v2 endpoints dealing with destinations instead.

### HTMx app

#### Added

- `ARGUS_HTMX_FILTER_FUNCTION` can take a callable or a dotted
function path ([#1029](https://github.com/Uninett/Argus/issues/1029))
- Support incident filtering from incident list table columns

#### Changed

- Return user to login page on unauthenticated HTMx request
- Automatically close certain notification toasts

#### Fixed

- Keep column filters when autoreloading incident list
([#1033](https://github.com/Uninett/Argus/issues/1033))
- Fix incorrect width specifier in column filter input
([#1065](https://github.com/Uninett/Argus/issues/1065))


## [1.28.0] - 2024-11-29

This version marks the inclusion of our new, alpha web frontend. It does not do
Expand Down
16 changes: 16 additions & 0 deletions NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
This file documents changes to Argus that are relevant for operations and
end-users.

## [1.29.0] - 2024-12-06

Mostly changes to the alpha frontend that will not be detailed here.

Support for multple API tokens per user has been added, via django-rest-knox.
For that reason, the old API endpoints for dealing with token authentication
has been deprecated, and new endpoints have been added to v2 of the API.

We've copied the linting rules from argus-htmx, so anything that have not been
merged yet might have to be updated to keep the linters happy.

### Deprecated

All v1 API endpoints for dealing with phone numbers have been deprecated.
Please see the v2 endpoints dealing with destinations instead.

## [1.28.0] - 2024-11-29

This version marks the inclusion of our new, alpha web frontend. It does not do
Expand Down
1 change: 0 additions & 1 deletion changelog.d/+add-knox-for-tokenauth.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+auto-close-messages.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+filterable-columns.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+unauthenticated-htmx-full-redirect.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1029.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1033.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1065.fixed.md

This file was deleted.

0 comments on commit 3bc0a10

Please sign in to comment.