Version 1.17.1: Asahi sas Brutus: Echo 1

- Added customization of authorization cookie expiration time with `--cookie-expiration-time` flag or envvar
- Updated the `OG_PASSTHROUGH` to be true by default, thereby allowing OpenGraph tags to be passed through by default
- Added the ability to [customize Anubis' HTTP status codes](./admin/configuration/custom-status-codes.mdx) ([#355](https://github.com/TecharoHQ/anubis/issues/355))

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-05-01 13:24:37 -04:00
parent 803aa35d66
commit 63b8411220
No known key found for this signature in database
GPG Key ID: 56375DA2DF02ABFF
3 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
1.17.0
1.17.1

View File

@ -10,8 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
- Added customization of authorization cookie expiration time with `--cookie-expiration-time` flag or envvar
## v1.17.1: Asahi sas Brutus: Echo 1
- Added customization of authorization cookie expiration time with `--cookie-expiration-time` flag or envvar
- Updated the `OG_PASSTHROUGH` to be true by default, thereby allowing OpenGraph tags to be passed through by default
- Added the ability to [customize Anubis' HTTP status codes](./admin/configuration/custom-status-codes.mdx) ([#355](https://github.com/TecharoHQ/anubis/issues/355))

View File

@ -1,6 +1,6 @@
{
"name": "@techaro/anubis",
"version": "1.17.0",
"version": "1.17.1",
"description": "",
"main": "index.js",
"scripts": {