Skip to content

Commit 9cf03e6

Browse files
committed
chore(changelog): Add 0.4.0 release
1 parent e8e1bd0 commit 9cf03e6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog for services-flake
22

3+
## 0.4.0 (Dec 10, 2024)
4+
5+
✨ This release introduces two new services and includes bug fixes for existing ones.
6+
7+
### 🚀 New Services
8+
9+
- **mongodb** (by @greg-hellings in https://github.com/juspay/services-flake/pull/339)
10+
- **memcached** (by @secobarbital in https://github.com/juspay/services-flake/pull/314)
11+
12+
### 🛠️ Miscellaneous features & fixes
13+
14+
- **devShell**: Export packages of enabled services (by @shivaraj-bh in https://github.com/juspay/services-flake/pull/355). See [documentation](https://community.flake.parts/services-flake/devshell) for usage.
15+
- **redis**: Support using Unix socket (by @shivaraj-bh in https://github.com/juspay/services-flake/pull/353 and https://github.com/juspay/services-flake/issues/365). See [documentation](https://community.flake.parts/services-flake/redis#unix-socket).
16+
- Add `max_restarts` to all services to avoid restarting indefinitely (by @shivaraj-bh in https://github.com/juspay/services-flake/pull/311)
17+
- **grafana**: Add `declarativePlugins` option (by @conscious-puppet in https://github.com/juspay/services-flake/pull/356)
18+
- **clickhouse-init**: kill `clickhouse-server` on EXIT (by @shivaraj-bh in https://github.com/juspay/services-flake/pull/385)
19+
- **postgres**: Move `pg_ctl stop` to trap during init (by @shivaraj-bh in https://github.com/juspay/services-flake/commit/eb239b01894f58fd3f578ff2623e6d7b3509f783)
20+
- **postgres**: include `find` in `runtimeInputs` of setup script (by @dzmitry-lahoda in https://github.com/juspay/services-flake/pull/340)
21+
- **elasticsearch**: Fixed permission to add to directories in elasticsearch plugins (by @secobarbital in https://github.com/juspay/services-flake/pull/332)
22+
23+
324
## 0.3.0 (Jul 29, 2024)
425

526
This release introduces new services, primarily focused on [running AI chatbots locally](https://community.flake.parts/services-flake/llm) 🤖. It also includes a few non-breaking fixes and refactors 🔄 to promote DRY (Don’t Repeat Yourself) principles when adding new services.

0 commit comments

Comments
 (0)