Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π§ Second Brain Database β Release Report v0.0.3
Release Date: 2025-06-11
Author: Rohan Batra
Version:
v0.0.3π§ Major Changes
ποΈ Configuration Management Improved
Introduced a central
.sbd_configconfiguration file using[DEFAULT]section format for better maintainability and secret management.Environment variables now read via config file mounted into the container:
π³ Docker & Dev Environment Overhaul
docker-compose.ymlanddev.ymlsimplified by removing inline environment variables and volumes for config:.sbd_configdirectly to container at/root/.config/Second-Brain-Database/.sbd_config:ro.Created a structured dev environment:
dev-environment/docker-compose.ymldev-environment/setup.shβ pulls dev image and brings up services.dev-environment/remove-containers.shβ removes all running containers safely.βοΈ Config Refactor
MAIL_DEFAULT_SENDERdefault value fromconfig.pyto shift towards externalized config approach.main.py).π§Ή Cleanups & Minor Changes
sbdfromrequirements.txtas itβs unnecessary in local/dev environments.pyproject.tomlfrom0.0.2β0.0.3.π Directory Restructuring
docker-composeand scripts underdev-environment/to improve clarity and support CI/CD adoption later.π§ͺ Notable Impact
docker-composeor source..envor full config service (Vault, Doppler, etc.) in future versions.