Skip to content

Releases: faucetdb/faucet

v0.1.12

04 Mar 20:48

Choose a tag to compare

Changelog

  • 11d3fe2 feat: support boolean literals (true/false) in filter expressions

v0.1.11

04 Mar 17:13

Choose a tag to compare

Changelog

  • e353946 fix: handle SQL Server IDENTITY_INSERT for explicit ID inserts

v0.1.10

03 Mar 18:19

Choose a tag to compare

Changelog

  • c3ab728 fix: resolve npm publish auth conflict with setup-node

v0.1.9

03 Mar 17:56

Choose a tag to compare

Changelog

  • 5199d6b fix: make npm publish bash 3 compatible and re-runnable
  • aea844d fix: resolve parameter collision in filtered queries and mutations

v0.1.8

02 Mar 19:31

Choose a tag to compare

Changelog

  • 2b85f03 feat: add npm distribution (@faucetdb/faucet)
  • 49a704c fix: improve npm distribution robustness
  • 532bf45 fix: remove unused path import from npm shim

v0.1.7

02 Mar 17:12

Choose a tag to compare

Changelog

  • cec58cf Update Oracle version to 26ai and fix database count in README
  • 49709ca feat: add Oracle database connector (12c+)

v0.1.6

26 Feb 05:29

Choose a tag to compare

Changelog

  • 059768a Add CONTRIBUTING.md
  • 434b3a8 Update links in README for documentation and Docker
  • 91c5365 feat: add schema contract locking to protect APIs from silent breaking changes
  • be84692 fix: handle errcheck lint for best-effort contract operations

v0.1.5

24 Feb 19:18

Choose a tag to compare

Changelog

  • efaa15a Add files via upload
  • 69cae0b Enhance README with demo image and use cases
  • fd48c5e feat: add batch transaction modes (rollback/continue) for write operations
  • 83164bc feat: add first-run setup flow for creating initial admin account
  • 9ea7c5e feat: background server mode — faucet serve returns control to terminal
  • f34b7cf fix: address golangci-lint errcheck findings
  • 2216d2a fix: check deferred tx.Rollback error return for errcheck lint
  • 1c6fbcd fix: make telemetry env var check case-insensitive and accept "no"

v0.1.4

20 Feb 20:10

Choose a tag to compare

Changelog

  • 5583524 feat: add opt-out anonymous telemetry via PostHog
  • cee0e66 fix: inject PostHog API key at build time via ldflags

v0.1.3

20 Feb 19:25

Choose a tag to compare

Changelog

  • 5583524 feat: add opt-out anonymous telemetry via PostHog
  • cee0e66 fix: inject PostHog API key at build time via ldflags