What's Changed
- feat(docker): improve deployment infrastructure with Nginx and environment management by @amirasaran in #22
- docs: update CONTRIBUTING.md with correct file paths and commands by @amirasaran in #23
- feat(docker): implement dynamic Nginx configuration for MinIO buckets by @amirasaran in #24
- fix(docs): resolve API documentation rendering exception by @amirasaran in #25
- feat: Add Sitemap, enhance API docs UI, add Go/Node/Python examples, and refactorhooks by @amirasaran in #27
- fix: fix build issue by @amirasaran in #28
- ci(github): merge backend, frontend, and docs Docker build workflows into unified docker-publish.yml by @amirasaran in #29
- ci(github): add manual version bump and release PR workflow by @amirasaran in #30
- chore: minor fixes by @amirasaran in #31
- security: fix audit issues by @amirasaran in #32
- fix: remove doc auto-build by @amirasaran in #33
- Release v0.6.0 by @amirasaran in #35
🔧 Upgrade Notice (v0.6.0)
Starting from this release, WaterCrawl requires REDIS_URL
to be set in the backend environment.
Please update your environment configuration with the following:
If you are using self hosted version update app.env
REDIS_URL=redis://redis:6379/1
Full Changelog: v0.5.0...v0.6.0