Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

promscale: 0.1.0 -> 0.1.1 #102013

Merged
merged 1 commit into from Oct 29, 2020
Merged

promscale: 0.1.0 -> 0.1.1 #102013

merged 1 commit into from Oct 29, 2020

Conversation

andir
Copy link
Member

@andir andir commented Oct 29, 2020

Motivation for this change

Changelog:

  • Add QueryRow to our connection interface
  • Add SQL API for managing metric compression setting
  • Add code documentation for query/read path of the connector
  • Adds support for checking pg version on startup
  • BUGFIX reset pendingBuffer epoch when we're done
  • Epoch-Based cache validation
  • First pass documenting the write path
  • Fix bug with deletion of metric name labels.
  • Fix erroneous PromQL query in end-to-end tests
  • Fix error reporting to prevent panic
  • Fix golden file tests
  • Fix logging output to match rest of the project
  • Fix views on Vanilla PG and add tests
  • Make example docker-compose clearer (Per package CPU optimized CFLAGS #305)
  • Mask password while printing config
  • Prepare for the 0.1.1 release
  • Prepare for the next development cycle
  • REFACTOR rearrange mocks
  • REFACTOR switch TestPGXInserterInsertData to the new mock
  • REFACTOR switch TestPGXInserterInsertSeries to the new mock
  • Start a pgmodel Readme

Source: https://github.com/timescale/promscale/releases/tag/0.1.1

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS

Changelog:
 - Add QueryRow to our connection interface
 - Add SQL API for managing metric compression setting
 - Add code documentation for query/read path of the connector
 - Adds support for checking pg version on startup
 - BUGFIX reset pendingBuffer epoch when we're done
 - Epoch-Based cache validation
 - First pass documenting the write path
 - Fix bug with deletion of metric name labels.
 - Fix erroneous PromQL query in end-to-end tests
 - Fix error reporting to prevent panic
 - Fix golden file tests
 - Fix logging output to match rest of the project
 - Fix views on Vanilla PG and add tests
 - Make example docker-compose clearer (NixOS#305)
 - Mask password while printing config
 - Prepare for the 0.1.1 release
 - Prepare for the next development cycle
 - REFACTOR rearrange mocks
 - REFACTOR switch TestPGXInserterInsertData to the new mock
 - REFACTOR switch TestPGXInserterInsertSeries to the new mock
 - Start a pgmodel Readme

Source: https://github.com/timescale/promscale/releases/tag/0.1.1
@SuperSandro2000
Copy link
Member

Result of nixpkgs-review pr 102013 run on x86_64-darwin 1

1 package built:
  • promscale (timescale-prometheus)

@marsam marsam merged commit 6884da4 into NixOS:master Oct 29, 2020
@0x4A6F
Copy link
Member

0x4A6F commented Oct 29, 2020

JFYI: 0.1.1 introduces a postgres version check, which restricts it to 12.0+.

@0x4A6F 0x4A6F mentioned this pull request Oct 29, 2020
10 tasks
@andir andir deleted the promscale branch November 3, 2020 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants