You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Changelog for services-flake
2
2
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
+
3
24
## 0.3.0 (Jul 29, 2024)
4
25
5
26
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