mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-10-06 06:39:07 +00:00

Updated readme to include all options for .yaml files Added gateway.yaml file for gateway default configurations
1.6 KiB
1.6 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and adheres to Semantic Versioning.
[Unreleased]
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.