Skip to content

Tags: GameAnalytics/panoramix

Tags

0.23.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump credo from 1.7.6 to 1.7.7 (#174)

Bumps [credo](https://github.com/rrrene/credo) from 1.7.6 to 1.7.7.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.7.6...v1.7.7)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

0.22.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Explicitly install Ruby before deploying (#173)

Otherwise the build fails with:

    $ rvm 2.7 --fuzzy do ruby -S gem install dpl -v 1.10.16
    Ruby ruby-2.7.2 is not installed.

0.22.1-rc1

Explicitly install Ruby before deploying

Otherwise the build fails with:

    $ rvm 2.7 --fuzzy do ruby -S gem install dpl -v 1.10.16
    Ruby ruby-2.7.2 is not installed.

0.22.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump ex_doc from 0.31.1 to 0.33.0 (#170)

updated-dependencies:
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

0.21.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support quantiles sketch post-aggregators (#163)

0.20.0

Bump ex_doc from 0.29.3 to 0.31.1

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.29.3 to 0.31.1.
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](elixir-lang/ex_doc@v0.29.3...v0.31.1)

---
updated-dependencies:
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

0.19.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't limit virtual column output types (#156)

As of Druid 24.0.0, virtual columns are no longer restricted to LONG,
FLOAT, DOUBLE and STRING.

Also don't upcase the type name. For simple type names, Druid does
that for us, and for complex type names, it's not necessarily
appropriate.

0.19.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add httpoison_module environment variable (#154)

Make it possible to use a custom HTTPoison wrapper module.

0.19.0-rc1

Add option to retry requests

Default behaviour of 1 request attempt is kept.

0.18.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for theta sketch post-aggregations (#140)