Releases: xraph/relay
Releases · xraph/relay
v0.2.0
Changes
- feat: improve error handling in event detail and deliveries rendering (fb6bf3a)
- feat: improve error handling in contributor dashboard and enhance Go syntax highlighting (9fc584e)
- feat: add BSON marshaling support for ID type (eeea09e)
- feat: Add ID and Prefix types for Relay entities (52c9109)
- feat: Enhance documentation for Grove integration and add support for MongoDB, SQLite, and Redis stores (53fd90c)
Installation
go get github.com/xraph/relay@v0.2.0Full Changelog: v0.1.0...v0.2.0
v0.1.0
Changes
- feat(sqlite): implement SQLite store with Grove ORM (0aafb18)
- feat: Implement Grove ORM and migrations for Relay store (6655574)
- fix: Update BINARY_NAME and CMD_DIR in Makefile for consistency (4d4b878)
Installation
go get github.com/xraph/relay@v0.1.0Full Changelog: v0.0.2...v0.1.0
v0.0.2
Changes
- fix: Add G704 to gosec excludes for endpoint URL handling (574e029)
- fix: Correct latency type in EndDeliverySpan and remove unnecessary gosec directive (9268835)
- refactor: Remove unused Prometheus dependencies from go.mod and go.sum (e8bb3a4)
- chore: Update Go version to 1.25.7 in CI and release workflows (cbc62e7)
- feat: Integrate observability metrics and tracing into delivery engine and relay options (3657622)
- refactor: Update Makefile to change binary name and command directory for consistency fix: Update go.mod and go.sum to use the latest version of xraph/forge (a70a4c9)
Installation
go get github.com/xraph/relay@v0.0.2Full Changelog: v0.0.1...v0.0.2
v0.0.1
Changes
- refactor: Update Go syntax highlighter comment styling for improved visibility and enhance gosec exclusions (5f151a2)
- fix: Update comment styling in Go syntax highlighter for improved visibility (6a15839)
- refactor: Enhance error handling and logging in ForgeAPI route registrations (45f9787)
- fix: Correct className attribute in syntax highlighting spans (a7ae7b2)
- refactor: Update component imports and adjust color themes for consistency (00998e2)
- refactor: Clean up code formatting and improve readability across multiple components (89afa57)
- refactor: Refactor code structure for improved readability and maintainability (cdf47b0)
- chore(ci): comment out docs workflow steps (68beebb)
- feat(store): add Redis and SQLite store implementations (bce811c)
Installation
go get github.com/xraph/relay@v0.0.1Full Changelog: https://github.com/xraph/relay/commits/v0.0.1