Skip to content

Tags: prest/prest

Tags

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create a new image where plugins cannot be built at runtime (#883)

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build: update go dependency (#880)

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/lestrrat-go/jwx/v2 from 2.0.20 to 2.0.21 (#877)

Bumps [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/lestrrat-go/jwx/releases)
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes)
- [Commits](lestrrat-go/jwx@v2.0.20...v2.0.21)

---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx/v2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
API: Add support for JWT generated by IDPs (#871)

* Adding JWT_WELLKNOWN and JWT_JWKS to support RSA 256 JWT Tokens
* Update of the Go version and tweak to docker-compose to bring back local unit tests
* Updated the unit tests for fetchJWKS and wellknown parameter
* - Update of Dockerfile of testdata to use golang 1.22
- Refactoring of logic in JwtMiddleware
- Removing of comment in french that was a duplicate of correct comment in middlewares_test.go
- Added timeout to WellKnown Config http call
- Renaming of JWTWellKnown config parameter to JWTWellKnownURL for more precision
* Moved the close server statements to defer function to ensure proper cleanup.

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Multi-database support (#869)

* Multi-database support

Initial version of multi-database support
* Github workflow: create multiple test databases
* `adapters/postgres/postgres_test.go`: Use dedicated `TestCase` table for
tests, to avoid `controllers/tables_test.go` to fail on unexpected data
(secondary database will only get some INSERTs those come from
context-aware tests, other data will end up in default database)
* `adapters/postgres/internal/connection/conn.go`: Removed unused varaible
* Updated comments explaining the logic around adding database
  connections to the pool
* Recently changed files re-formatted with `go fmt`
* + Added comments around tests for multi-database support

v1.4.2

Toggle v1.4.2's commit message
try to create the cache storagepath if not exists

v1.4.1

Toggle v1.4.1's commit message
Update config/config.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

v1.4.0

Toggle v1.4.0's commit message
refactor getJSONAgg

v1.3.2

Toggle v1.3.2's commit message
remove build on container

v1.3.1

Toggle v1.3.1's commit message
Update root.go