mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-12-13 08:58:49 +00:00
180 lines
3.2 KiB
Markdown
180 lines
3.2 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog][keepachangelog] and adheres to [Semantic Versioning][semver].
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
### Changed
|
|
|
|
### Deprecated
|
|
|
|
### Removed
|
|
|
|
### Fixed
|
|
|
|
## [0.51.2] - 2025-09-26
|
|
|
|
### Added
|
|
|
|
### Changed
|
|
|
|
- Enhance gateway configuration by adding RQLiteDSN support and updating default connection settings. Updated config parsing to include RQLiteDSN from YAML and environment variables. Changed default RQLite connection URL from port 4001 to 5001.
|
|
- Update CHANGELOG.md for version 0.51.2, enhance API key extraction to support query parameters, and implement internal auth context in status and storage handlers.
|
|
|
|
## [0.51.1] - 2025-09-26
|
|
|
|
### Added
|
|
|
|
- Added identity/main.go to generate identity and peer id
|
|
- Added encryption module identity.go for reusable identity create, save etc funtions
|
|
|
|
### Changed
|
|
|
|
- Updated make file to support identity/main.go
|
|
- Updated node/node.go on loadOrCreateIdentity to use encryption.identity
|
|
- Updated cli/main.go to remove fallbacks for identity
|
|
- Updated install-debros-network.sh script to use new ./cmd/identity and fixed port order on print
|
|
- Updated makefile and changelog
|
|
|
|
### Deprecated
|
|
|
|
### Removed
|
|
|
|
### Fixed
|
|
|
|
|
|
## [0.50.0] - 2025-09-23
|
|
|
|
### Added
|
|
|
|
### Changed
|
|
|
|
### Deprecated
|
|
|
|
### Removed
|
|
|
|
### Fixed
|
|
|
|
- Fixed wrong URL /v1/db to /v1/rqlite
|
|
|
|
### Security
|
|
|
|
## [0.50.0] - 2025-09-23
|
|
|
|
### Added
|
|
|
|
- Created new rqlite folder
|
|
- Created rqlite adapter, client, gateway, migrations and rqlite init
|
|
- Created namespace_helpers on gateway
|
|
- Created new rqlite implementation
|
|
|
|
### Changed
|
|
|
|
- Updated node.go to support new rqlite architecture
|
|
- Updated readme
|
|
|
|
### Deprecated
|
|
|
|
### Removed
|
|
|
|
- Removed old storage folder
|
|
- Removed old pkg/gatway storage and migrated to new rqlite
|
|
|
|
### Fixed
|
|
|
|
### Security
|
|
|
|
## [0.44.0] - 2025-09-22
|
|
|
|
### Added
|
|
|
|
- Added gateway.yaml file for gateway default configurations
|
|
|
|
### Changed
|
|
|
|
- Updated readme to include all options for .yaml files
|
|
|
|
### Deprecated
|
|
|
|
### Removed
|
|
|
|
- Removed unused command setup-production-security.sh
|
|
- Removed anyone proxy from libp2p proxy
|
|
|
|
### Fixed
|
|
|
|
### Security
|
|
|
|
## [0.43.6] - 2025-09-20
|
|
|
|
### Added
|
|
|
|
- Added Gateway port on install-debros-network.sh
|
|
- Added default bootstrap peers on config.go
|
|
|
|
### Changed
|
|
|
|
- Updated Gateway port from 8080/8005 to 6001
|
|
|
|
### Deprecated
|
|
|
|
### Removed
|
|
|
|
### Fixed
|
|
|
|
### Security
|
|
|
|
## [0.43.4] - 2025-09-18
|
|
|
|
### Added
|
|
|
|
- Added extra comments on main.go
|
|
- Remove backoff_test.go and associated backoff tests
|
|
- Created node_test, write tests for CalculateNextBackoff, AddJitter, GetPeerId, LoadOrCreateIdentity, hasBootstrapConnections
|
|
|
|
### Changed
|
|
|
|
- replaced git.debros.io with github.com
|
|
|
|
### Deprecated
|
|
|
|
### Removed
|
|
|
|
### Fixed
|
|
|
|
### Security
|
|
|
|
## [0.43.3] - 2025-09-15
|
|
|
|
### Added
|
|
|
|
- User authentication module with OAuth2 support.
|
|
|
|
### Changed
|
|
|
|
- Make file version to 0.43.2
|
|
|
|
### Deprecated
|
|
|
|
### Removed
|
|
|
|
- Removed cli, network-cli binaries from project
|
|
- Removed AI_CONTEXT.md
|
|
- Removed Network.md
|
|
- Removed unused log from monitoring.go
|
|
|
|
### Fixed
|
|
|
|
- Resolved race condition when saving settings.
|
|
|
|
### Security
|
|
|
|
_Initial release._
|
|
|
|
[keepachangelog]: https://keepachangelog.com/en/1.1.0/
|
|
[semver]: https://semver.org/spec/v2.0.0.html
|