Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 3.53 KB

CHANGELOG.md

File metadata and controls

62 lines (44 loc) · 3.53 KB

Changelog for services-flake

0.3.0 (Jul 29, 2024)

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

🚀 New Services

🛠️ Miscellaneous features & fixes

🔄 Refactors

0.2.0 (Apr 30, 2024)

Feat

  • mysql: allow configuring socketDir on mysql. if not provided, uses dataDir as default (by @attilaersek in #172)
  • dev: add just changelog (by @shivaraj-bh in #162)
  • postgres: add connectionURI option (by @shivaraj-bh in #143)
  • add pre-commit-hooks.nix, enforcing conventional commits (by @shivaraj-bh in #121)

Fix

  • mysql: use absolute socket path in configureTimezones (by @attilaersek in #170)
  • postgres: fix pg_isready issue with empty listen_addresses (by @johnhampton in #165)
  • grafana: add coreutils as runtimeInput for the startScript (by @shivaraj-bh in #164)
  • pgadmin: Fix pgadmin scripts on MacOS (by @Javyre in #163)
  • test: grafana on darwin is no longer broken in upstream (by @shivaraj-bh in #161)
  • postgres: empty socketDir by default (by @shivaraj-bh in #160)
  • mysql: look for *.sql files in the top-level schema directory (by @shivaraj-bh in #154)
  • template: Was broken in previous PR merge (by @srid in https://github.com/juspay/services-flake/commit/1c6e8fc86792e31abe719968f3a50e43f2508854)

Refactor

0.1.0 (Mar 6, 2024)

  • Initial release