Skip to content

Releases: zerodha/dungbeetle

v2.0.1

10 Apr 06:56
Compare
Choose a tag to compare

Changelog

v2.0.0

14 Mar 10:19
03c6fbe
Compare
Choose a tag to compare

Changelog

  • 03c6fbe chore: bump tasqueue (#41)
  • e8576b2 Merge pull request #31 from knadh/rebrand
  • 64c1b1c Fix broken config init.
  • 96ecce0 chore: update workflow test file (#38)
  • 781049d Minor formatting refactor.
  • 161e7a0 Add fixes and refactors to rebrand (#34)
  • 538fc97 Update min Go version in workflow to support slog.
  • f08a1a8 Refactor broker/state config keys. (#33)
  • 91e3026 refactor: Replace machinery with tasqueue (#32)
  • 3c2e9d2 Refactor Makefile.
  • 8861d1a Move Machinery logger inside core.
  • 54121e0 Remove overly verbose HTTP request middleware logger.
  • 3453e21 Remove obsecure Machinery 'result' field from job status response.
  • 2af83ff Change all int time config to timestrings.
  • 484464a Fix result state TTL and make it explicitly separate from job TTL.
  • 500e7a5 Merge the job exec functions into core.
  • 602baf8 Apply major breaking refactor.
  • 0a5b18c Refactor resultbackend and related models to separate packages.
  • 9933f69 Apply minor code readability changes.
  • ea55171 Upgrade deps.
  • cd765ba Upgrade koanf lib to v2.
  • 058a355 Refactor init in main() away to separate functions to clean up main.
  • 473c302 Remove references to deprecated ioutil.
  • 5d92d94 Add --new-config to generate a sample config file in place.
  • dced385 Rename jobber files server.
  • 3b7f209 Remove dead constants.
  • 0212e4f Rename config env var prefix.
  • 533a867 Rename Jobber{} to generic Server{}
  • c66d30d Replace 'jobber' to 'dungbeetle' in Go mod path and other references in the source.
  • 5564afc Refactor docs and branding with the new name, DungBeetle.
  • 8b98bd8 Bump golang.org/x/net from 0.7.0 to 0.17.0 (#35)
  • dc4a091 fix: typo (#36)

v1.0.0

05 Jun 08:08
77486f3
Compare
Choose a tag to compare

Changelog

  • 77486f3 Merge pull request #29 from mr-karan/master
  • fd42276 ci: fix goreleaser
  • cd85b47 Merge pull request #28 from mr-karan/patch-1
  • 4757b61 Update test.yml
  • afb0864 Merge pull request #27 from mr-karan/master
  • 55a3eb6 ci: update go and actions versions
  • 797439e Add db param to jobreq to execute queries against a specific DB.
  • f9ffe08 Merge pull request #24 from knadh/dependabot/go_modules/golang.org/x/net-0.7.0
  • 1b8a965 Bump golang.org/x/net from 0.0.0-20210423184538-5f58ad60dda6 to 0.7.0
  • 6bf00fd Merge pull request #17 from satya10x/master
  • 45e0d33 Added support for clickhouse db.
  • b2536b9 Fix incorrect PG doc URL in comment
  • e93e6d2 Merge branch 'docfix'
  • c5e497c Clean up doc in README
  • adc3a32 Merge pull request #16 from joeirimpan/master
  • 80b7801 test: Pending task can be in PENDING, RECEIVED, STARTED states
  • 1d3ddbd docs: Replace circle CI with github badges
  • 33d1567 Merge pull request #15 from joeirimpan/master
  • b8f3ea9 test: Add github action for go test
  • b30287d Upgrade deps
  • 44f7862 Add minor formatting and cosmetic changes
  • c02d185 Merge pull request #14 from fabriziomello/issue/13
  • d5e51f8 Add 'unlogged' doc to sample config
  • 16e030d Minor cosmetichan PR #14.
  • 03767ff Refactor 'backends.NewSQLBackend' to use new struct 'backend.Opt' instead of separated arguments
  • 43ba499 [WIP] Use UNLOGGED TABLES on PostgreSQL
  • 4944bd6 Merge pull request #12 from fabriziomello/master
  • 6586abc Fix link to repository releases

v0.4.0

22 Mar 04:33
e336050
Compare
Choose a tag to compare

Changelog

e336050 Merge pull request #11 from mr-karan/master
ed57d9a chore: move top level go files to cmd
6bf0c36 chore: replace circleci with github actions
2e37ab3 Add goreleaser file (for real)
b7147c5 Fix test
e3843e6 Add goreleaser file
0569ec8 Remove bin file that was accidentally included
96d9044 Merge pull request #10 from satya10x/deletejob
f214aec Added support for delete group jobs and purging jobs which are complete.
819ac1e Add zerodha.tech badge
07dcab7 Remove alpha notice
ed10217 Merge pull request #9 from johnnybravo-xyz/master
48f8e07 Load config params from environment vars if available

v0.3.5

10 Aug 06:26
92deb5a
Compare
Choose a tag to compare

Changelog

92deb5a Merge pull request #8 from satya10x/feature-array
6b9a951 Added support for int, bigint and text array dataypes for Postgres. _TYPE in Postgres represent array types. eg. _INT4, _INT8, _TEXT
4b11431 Merge pull request #6 from johnnybravo-xyz/docker
ad99028 Add Dockerfile

v0.3.4

25 Mar 11:00
7bdeaed
Compare
Choose a tag to compare

Changelog

7bdeaed Merge pull request #5 from johnnybravo-xyz/master
a2de1af Fix bug in no-group-job response

v0.3.1

03 Feb 11:19
Compare
Choose a tag to compare

Changelog

a828c19 Fix bug in no-job response

v0.2.8

22 Jun 10:27
Compare
Choose a tag to compare

Changelog

9f1d073 Add Makefile and fix cmdline version flag
b42994d Replace viper with koanf
4cd4a52 Merge pull request #2 from joeirimpan/tests
51e2573 docs: Add test command to README.md
c97691d Merge pull request #1 from joeirimpan/tests
4f75755 test: Add jobber tests

v0.2.7

01 Nov 06:12
Compare
Choose a tag to compare

Changelog

4811126 Add support for native JSON/JSONB columns in Postgres results db
ab35fe0 Add additional check for empty job request bodies
70c16ab Add support for loading multiple --sql-directory sources


Automated with GoReleaser
Built with go version go1.11 linux/amd64

v0.2.6

25 Sep 07:47
Compare
Choose a tag to compare

Changelog

4d5878a Remove queue setting from config and move exclusively to command line arg


Automated with GoReleaser
Built with go version go1.11 linux/amd64