Skip to content

Commit 62cafa7

Browse files
committed
Add changelog for v0.5.0
1 parent b1cd833 commit 62cafa7

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.0] - 2026-03-05
9+
10+
This release has some new features added and minor improvements.
11+
12+
The zstd compression has been added. This it is not production ready and still in development, however
13+
initial testing has been done and it seems to work, about 30% less storage is required.
14+
15+
The API has been improved with some new routes and minor improvements. The cursor based pagination has been added
16+
to the API on certain routes. The API now also has POST utilities to convert between Base64 and Base64URL.
17+
18+
The docker image for the API has been added. This allows for easy deployment of the API via docker.
19+
The docker compose file has been adjusted for full deployment via docker(for production and development).
20+
21+
### Added
22+
23+
- Indexer can now compress the events using zstandard compression with the use of `-e or --compress-events` flag. Still in development.
24+
- CLI tool to train the zstandard dictionary from the database.
25+
- POST utilities to convert between Base64 and Base64URL
26+
- Docker image for the API
27+
- Cursor based pagination to the API on certain routes.
28+
29+
### Changes
30+
31+
- Renamed routes of some API routes to be more descriptive.
32+
- Docker compose adjusted for full deployment via docker(for production and development)
33+
- Some minor performance improvements during data processing.
34+
- Updated the go version to 1.25.7 and all of the dependencies to the latest version.
35+
836
## [0.4.0] - 2025-11-26
937

1038
Mostly it has some bug fixes.

0 commit comments

Comments
 (0)