Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Aug 27, 2024
1 parent adcf2bd commit 4aa7ef6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.2.11

- Added a health check for the blob connection
- Fixes the typesense health check to not block forever if the connection fails
- config changes:
- typesense_base_url -> typesense.api_url
- typesense_api_key -> typesense.api_key
- blob_base_url -> blob.api_url
- blob_bucket_id -> blob.bucket_id
- blob_key -> blob.bucket_key
- new config options:
- blob.idp_url
- blob.idp_client_id
- blob.idp_client_secret
- blob.api_url_internal (optional)

## 0.2.10

- reduce memory usage a bit when syncing to typesense
Expand Down

0 comments on commit 4aa7ef6

Please sign in to comment.