Skip to content

Releases: nyaruka/rp-indexer

v9.3.4

16 Dec 20:03
Compare
Choose a tag to compare

Changelog

  • 8f4eaf6 Merge pull request #93 from nyaruka/latest_gocommon
  • 36ab028 Update to latest gocommon and tweak default cloudwatch namespace

v9.3.3

13 Dec 19:39
Compare
Choose a tag to compare

Changelog

  • a2fd407 Merge pull request #92 from nyaruka/remove-old-analytics
  • f0f5926 Clean up old analytics use

v9.3.2

13 Dec 19:22
Compare
Choose a tag to compare

Changelog

  • 23c2292 Merge pull request #91 from nyaruka/update_gocommon
  • 5f03bc7 Update to latest gocommon
  • e5ffbaf Update Dockerfile

v9.3.1

13 Dec 16:42
Compare
Choose a tag to compare

Changelog

  • 1f7e63e Merge pull request #89 from nyaruka/remove_librato
  • 78d7a98 Remove librato, use latest gocommon

v9.3.0

13 Dec 14:36
Compare
Choose a tag to compare

Changelog

  • 1888fe5 Merge pull request #87 from nyaruka/cloudwatch
  • 63e54b1 Merge pull request #88 from nyaruka/use-cloudwatch
  • c59d04f Rename to use DeploymentID
  • 775ee9f Send metrics to cloudwatch
  • 16ad34e Merge pull request #86 from nyaruka/runtime
  • eaa6514 Add runtime.Runtime like our other go services have

v9.2.1

08 Oct 14:30
Compare
Choose a tag to compare

Changelog

  • 5d26110 Merge pull request #85 from nyaruka/ignore_status_groups
  • 33483fd Don't include status groups in contact indexing

v9.2.0

17 Jul 19:50
Compare
Choose a tag to compare

Changelog

  • 276d745 Test against postgresql 15
  • 96510e5 Update deps
  • 5853bab Merge pull request #79 from nyaruka/elastic8
  • fd3699e Merge branch 'main' into elastic8
  • 7856bab Merge branch 'main' into elastic8
  • 4164cd9 Test against Elasticsearch 8

v9.1.9

10 Jun 22:00
Compare
Choose a tag to compare

Changelog

  • e94cca3 Merge pull request #83 from nyaruka/stats_tweak
  • 491961a Record stats inside indexing batch loop
  • a88111a Merge pull request #82 from nyaruka/created_vs_updated
  • 3340f1d Split up created and updated contacts in logging
  • 2db16bc Add track_total_hits to GetESLastModified
  • 33f791b Update README.md

v9.1.8

05 Jun 19:13
Compare
Choose a tag to compare

Changelog

  • aac8179 Update github actions versions
  • 77e2cd1 Merge pull request #81 from nyaruka/goreleaser2
  • a4f4a28 Merge branch 'main' into goreleaser2
  • c13804b Add healthcheck for elastic service in CI tests
  • dda98b5 Update goreleaser config to v2

v9.1.3

16 May 16:03
Compare
Choose a tag to compare

Changelog

  • 2d18991 Reduce batch size to 100,000
  • 182e30e Merge pull request #75 from nyaruka/ulimit
  • 20a9861 update codecov-action
  • 1ec01c9 update node, checkout and setup-go
  • 208e0c7 Add ulimit options
  • 299bf00 Add ulimit options
  • 00d13f7 Merge pull request #72 from nyaruka/os2
  • 9a544f2 Merge pull request #73 from nyaruka/fix-os2
  • 3f89434 Merge branch 'os2' into fix-os2
  • c328726 Provide initial password to OpenSearch 2
  • c58e673 Fix OpenSearch env variables
  • b080e77 Provide initial password to OpenSearch 2
  • dc1b791 Test with OpenSearch 2.13 as well