github.com/jacksontj/promxy
v0.0.96
#1365 most downloaded on Go modules
jacksontj/promxy
What this package is like to depend on
Last release 1 months ago
12 Jul 2026
Release timing varies
gaps range from 8 days to 5 months
Rarely documented
notes for 10 of 96 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
143 releases · first in 2018
6 releases in the last 12 months
see the full history below
Release timeline
143 releases · Mar 2018 to Jul 2026Releases
latest 60 of 143-
v0.0.97-0.20260712234929-e5d2bd9d3bfe12 Jul 2026 pre-releaseNothing published for this version
-
v0.0.9605 Jul 2026Release notes
Open source →What's Changed
- fix(web): wire up notifications API to avoid nil-callback panic (#795) by @jacksontj in #796
- test: end-to-end remote_read from promxy (#356) by @jacksontj in #800
- servergroup: configurable dial_network / fallback_delay for IPv4/IPv6 dialing (#713) by @jacksontj in #799
- feat(alerts): configurable GeneratorURL templates (#736) by @jacksontj in #798
- docs: document alertmanager http_headers in example config by @jacksontj in #797
- feat(label_filter): add on_sync_error to control startup failure mode by @jacksontj in #801
- proxystorage: implement ChunkQuerier so stock Prometheus remote_read works (#356) by @jacksontj in #803
- ci: speed up multi-arch build with Go + layer caching by @jacksontj in #802
- ci: seed a rolling Go build cache from master to speed up PR runs by @jacksontj in #804
- test: cut integration suite ~112s → ~23s (discovery interval) by @jacksontj in #805
Full Changelog: v0.0.95...v0.0.96
-
v0.0.9526 Jun 2026Release notes
Open source →What's Changed
- Fix broken web UI by embedding mantine-ui assets (#789) by @jacksontj in #791
- build(deps): bump go.mongodb.org/mongo-driver from 1.14.0 to 1.17.7 by @dependabot[bot] in #792
- servergroup: per-SG
align_query_range_with_step(alternative to #788, fixes #787) by @jacksontj in #790 - Bump Go to 1.25 in Dockerfile and CI by @jacksontj in #794
Full Changelog: v0.0.94...v0.0.95
-
v0.0.9418 Jun 2026Release notes
Open source →⚠️ Known issue: the web UI / query interface is broken in this release.
Accessing/queryfails withError opening React index.html: open static/mantine-ui/index.html.gz: file does not exist— the embedded mantine-ui assets are missing from the build (#789).
Fixed in v0.0.95 — please upgrade. (v0.0.93 also works if you need to stay on an older release.)What's Changed
- Customize the configmap-reload image from Helm by @pedroapero in #720
- Switch test to prometheus demo by @jacksontj in #730
- Allow for NodeReplacer on SubQuery expressions with Aggregates by @jacksontj in #731
- Extend config.yaml with more examples from source code by @pahaede in #733
- Bump some go dep versions by @garyclee in #735
- Add loong64 as a supported platform by @huadoudouxue in #739
- Bump golang.org/x/crypto from 0.41.0 to 0.45.0 by @dependabot[bot] in #741
- Add SigV4 Support by @lewinkedrs in #746
- Handle Nil response body from SigV4 by @lewinkedrs in #749
- Bump google.golang.org/grpc from 1.58.3 to 1.79.3 by @dependabot[bot] in #750
- Bump go.opentelemetry.io/otel from 1.39.0 to 1.41.0 by @dependabot[bot] in #753
- Add promxy logo by @jacksontj in #755
- Migrate promxy to prometheus 3.5 LTS by @jacksontj in #754
- Aws sdk v2 migration by @jacksontj in #760
- Replace pkg remote with upstream by @jacksontj in #757
- docs: add multi-tenant Mimir/Cortex example config by @jacksontj in #764
- Support @ modifier in NodeReplacer pushdown by @jacksontj in #761
- Bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.43.0 by @dependabot[bot] in #759
- Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0 by @dependabot[bot] in #758
- fix: set web.Options.ListenAddresses to avoid startup panic (#767) by @jacksontj in #768
- Delegate web server to exporter-toolkit for full web.config support by @jacksontj in #769
- servergroup: log + metric when a server group has no targets (#742) by @jacksontj in #773
- fix: write remote_write WAL via agent DB so queue managers can tail it (#771) by @jacksontj in #772
- fix: lower remote_write max_samples_per_send default to keep requests under 32 MiB (#781) by @jacksontj in #782
- feat(servergroup): add inject_matchers to scope a downstream by label by @jacksontj in #783
- refactor(promclient): return storage.SeriesSet from the API (drop model.Value) by @jacksontj in #786
- fast /federate encoder to fix perf regression (#784) by @jacksontj in #785
- Bump golang.org/x/net from v0.48.0 to v0.55.0 by @hienvanhuynh in #770
- proxystorage: document limitk / limit_ratio non-reentrancy in NodeReplacer by @jacksontj in #779
- fix: synthesize step matrix for @-pinned pushdowns to dodge pre-epoch JSON decode bug by @jacksontj in #777
- fix: absent() label propagation, present_over_time lookback bleed, label_join error wrapping by @jacksontj in #780
- Add exemplar query support by @jacksontj in #762
- Per-series dynamic anti-affinity for mixed scrape intervals by @jacksontj in #763
New Contributors
- @pedroapero made their first contribution in #720
- @pahaede made their first contribution in #733
- @huadoudouxue made their first contribution in #739
- @lewinkedrs made their first contribution in #746
Full Changelog: v0.0.93...v0.0.94
-
v0.0.94-0.20260320230842-19f262aa30be20 Mar 2026 pre-releaseNothing published for this version
-
v0.0.94-0.20251031213709-9364eba9194f31 Oct 2025 pre-releaseNothing published for this version
-
v0.0.94-0.20250608150826-a956fcbfb81008 Jun 2025 pre-releaseNothing published for this version
-
v0.0.9329 Apr 2025Release notes
Open source →What's Changed
- Update base image by @ybasket in #710
- Bump go modules by @garyclee in #711
- Update to go 1.24 and Alpine 3.21 by @ybasket in #715
- Bump golang.org/x/net from 0.35.0 to 0.38.0 by @dependabot in #718
- Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot in #719
New Contributors
Full Changelog: v0.0.92...v0.0.93
-
v0.0.9207 Feb 2025Release notes
Open source →What's Changed
- Support sending custom headers to remote write server by @JohanLindvall in #695
- Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in #692
- Handle "iterating" over Scalar values by @jacksontj in #709
New Contributors
- @JohanLindvall made their first contribution in #695
Full Changelog: v0.0.91...v0.0.92
-
v0.0.92-0.20241114211009-c6ce66d13bb614 Nov 2024 pre-releaseNothing published for this version
-
v0.0.92-0.20241107215859-0e50acb1c21207 Nov 2024 pre-releaseNothing published for this version
-
v0.0.9101 Nov 2024Release notes
Open source →What's Changed
- Fix go tidy failure by @hienvanhuynh in #685
- Bump google.golang.org/grpc from 1.58.0 to 1.58.3 by @dependabot in #686
- Bump go modules by @hienvanhuynh in #664
- Correctly override node in aggregateBinaryExpr by @jacksontj in #689
New Contributors
- @hienvanhuynh made their first contribution in #685
Full Changelog: v0.0.90...v0.0.91
-
v0.0.91-0.20241101195726-127fb5bc26e001 Nov 2024 pre-releaseNothing published for this version
-
v0.0.9019 Sep 2024Release notes
Open source →What's Changed
- Fix AddLabelClient handling of multiple matching labels by @jacksontj in #684
Full Changelog: v0.0.89...v0.0.90
-
v0.0.90-0.20240919142059-114942b6646119 Sep 2024 pre-releaseNothing published for this version
-
v0.0.8917 Sep 2024Release notes
Open source →What's Changed
- Correct OffsetFinder to handle "new" SubQuery support by @jacksontj in #683
Full Changelog: v0.0.88...v0.0.89
-
v0.0.89-0.20240917033141-c0427770185b17 Sep 2024 pre-releaseNothing published for this version
-
v0.0.8814 Sep 2024Release notes
Open source →What's Changed
- Bump go modules by @garyclee in #654
- go build command in README.md is not correct by @zhaojinxin409 in #668
- Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible by @dependabot in #667
- Fix staticcheck issue by @jacksontj in #674
- Add some missing struct fields by @jacksontj in #675
- Config http client idle connections by @davidpst in #671
- Remove servergroup added labels from matcher selectors for LabelValues to downstream by @jacksontj in #679
- Fix redirect loop with no prefix on debug endpoints by @jacksontj in #682
- Add NodeReplacer for BinaryExpr where it is a VectorSelector + Literal by @jacksontj in #676
New Contributors
- @zhaojinxin409 made their first contribution in #668
- @davidpst made their first contribution in #671
Full Changelog: v0.0.87...v0.0.88
-
v0.0.88-0.20240914050417-da7e7309fa4014 Sep 2024 pre-releaseNothing published for this version
-
v0.0.88-0.20240828051430-ca42886ae81328 Aug 2024 pre-releaseNothing published for this version
-
v0.0.88-0.20240715024407-f6330cbda06d15 Jul 2024 pre-releaseNothing published for this version
-
v0.0.8714 Jul 2024Release notes
Open source →What's Changed
- Bump github.com/hashicorp/go-retryablehttp from 0.7.1 to 0.7.7 by @dependabot in #657
- fix typo in comment by @kailunwang-houzz in #660
- Wire up Promql query logging by @jacksontj in #662
- Ensure that TimeFilter's adjustments to a QueryRange Range are valid by @jacksontj in #663
New Contributors
- @kailunwang-houzz made their first contribution in #660
Full Changelog: v0.0.86...v0.0.87
-
v0.0.8621 Apr 2024Nothing published for this version
-
v0.0.86-0.20240421001027-a13e81872f4221 Apr 2024 pre-releaseNothing published for this version
-
v0.0.86-0.20240412043854-35f782984aff12 Apr 2024 pre-releaseNothing published for this version
-
v0.0.86-0.20240302233448-ae234f12513f02 Mar 2024 pre-releaseNothing published for this version
-
v0.0.8527 Feb 2024Nothing published for this version
-
v0.0.85-0.20240227045528-ea771e0119ed27 Feb 2024 pre-releaseNothing published for this version
-
v0.0.85-0.20231221014648-2f7d565ac3b521 Dec 2023 pre-releaseNothing published for this version
-
v0.0.8428 Oct 2023Nothing published for this version
-
v0.0.84-0.20230823042852-dc1567d7e27623 Aug 2023 pre-releaseNothing published for this version
-
v0.0.8319 Aug 2023Nothing published for this version
-
v0.0.8214 Aug 2023Nothing published for this version
-
v0.0.8116 Apr 2023Nothing published for this version
-
v0.0.8030 Mar 2023Nothing published for this version
-
v0.0.80-0.20230329141036-40f4bb4ad74f29 Mar 2023 pre-releaseNothing published for this version
-
v0.0.7929 Mar 2023Nothing published for this version
-
v0.0.79-0.20230323012719-96bd47b8ff4023 Mar 2023 pre-releaseNothing published for this version
-
v0.0.7822 Mar 2023Nothing published for this version
-
v0.0.7717 Mar 2023Nothing published for this version
-
v0.0.77-0.20230316213435-2f66e5cf9ab216 Mar 2023 pre-releaseNothing published for this version
-
v0.0.7615 Mar 2023Nothing published for this version
-
v0.0.76-0.20230226051938-031522f8589f26 Feb 2023 pre-releaseNothing published for this version
-
v0.0.76-0.20221220200016-8315620a0c8320 Dec 2022 pre-releaseNothing published for this version
-
v0.0.76-0.20220531225111-2d79a8ee71c231 May 2022 pre-releaseNothing published for this version
-
v0.0.76-0.20220519165744-02625ddca08c19 May 2022 pre-releaseNothing published for this version
-
v0.0.76-0.20220203213728-2c2b15b155ae03 Feb 2022 pre-releaseNothing published for this version
-
v0.0.76-0.20211216190422-644cf07faa6316 Dec 2021 pre-releaseNothing published for this version
-
v0.0.76-0.20211214173054-9f9d3470c17414 Dec 2021 pre-releaseNothing published for this version
-
v0.0.76-0.20211118174451-e3549fe9fd7c18 Nov 2021 pre-releaseNothing published for this version
-
v0.0.76-0.20211117234702-ad8cd2274a8217 Nov 2021 pre-releaseNothing published for this version
-
v0.0.7510 Nov 2021Nothing published for this version
-
v0.0.75-0.20211102155839-b271e7f3df0c02 Nov 2021 pre-releaseNothing published for this version
-
v0.0.7401 Nov 2021Nothing published for this version
-
v0.0.74-0.20211101202529-c33ae69a8bba01 Nov 2021 pre-releaseNothing published for this version
-
v0.0.74-0.20211026164707-7a0fef6223ac26 Oct 2021 pre-releaseNothing published for this version
-
v0.0.74-0.20211013202531-118db002689b13 Oct 2021 pre-releaseNothing published for this version
-
v0.0.7321 Sep 2021Nothing published for this version
-
v0.0.7203 Sep 2021Nothing published for this version
-
v0.0.7120 Jul 2021Nothing published for this version