Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Mar 21, 2024
1 parent 9e6453f commit 1525589
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "3.2.2"
version = "3.3.0"
repository = "https://github.com/cloudflare/foundations"
edition = "2021"
authors = ["Cloudflare"]
Expand Down
29 changes: 23 additions & 6 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,34 @@
3.3.0
- 2024-03-21 Fix new lints
- 2024-03-19 Construct metrics registry with default() when name_in_metrics is empty
- 2024-03-10 Fix paths in gen-syscall-enum tool
- 2024-01-17 OXY-1299: implement GaugeGuard
- 2024-01-17 OXY-1299: Implement RangeGauge metric type

3.2.2
- 2024-02-15 Release 3.2.2
- 2024-02-14 Fix dependencies issue then example is started from the /example dir (closes #23)
- 2024-02-15 Fix potential deadlock in `link_new_trace_with_current`
- 2024-02-12 ci: add docsrs and minver checks (#20)
- 2024-02-09 docs: fix typo in service_info macro doc comments (#19)

3.2.1
- 2024-02-05 Release 3.2.1

3.2.0
- 2024-02-05 Release 3.2.0
- 2024-02-05 telemetry: add tokio runtime metrics (#12)
- 2024-02-02 telemetry: make logger verbosity public
- 2024-02-01 ci: cleanup actions config
- 2024-01-31 Enable feature `all` on socket2, should address #5
- 2024-02-01 Disable `default-features` for dependency `prometheus`
- 2024-01-31 ci: add macos to features check ci

3.1.1
- 2024-01-26 Release 3.1.1
- 2024-01-26 Add check for missing seccomp sources to ensure that they are always published

3.1.0
- 2024-01-26 Release 3.1.0
- 2024-01-26 Merge pull request #2 from cloudflare/android-ci
- 2024-01-26 Introduce feature sets for clients
Expand Down Expand Up @@ -63,9 +79,9 @@
- 2023-10-13 Introduce Cli parsing from provided args.
- 2023-10-09 Release 2.0.7
- 2023-10-02 ZTC-1201: Fixes issue where log::set_verbosity broke the connection between the test logger and the log records
- 2023-09-29 ZTC-886: Rate limit trace creation if configured and removes prior additions to with_test_telemetry macro
- 2023-09-29 Release 2.0.6
- 2023-09-29 OXY-1224: raise the log verbosity for the test logger
- 2023-09-29 ZTC-886: Rate limit trace creation if configured and removes prior additions to with_test_telemetry macro
- 2023-09-25 [OXY-1241] chore: stop specifying features in the workspace toml
- 2023-09-25 Small doc improvement for Telemetry server
- 2023-09-25 Release 2.0.5
Expand All @@ -75,8 +91,8 @@
- 2023-09-22 ZTC-1189: Allow telemetry server to be gracefully shut down
- 2023-09-21 ZTC-1187: Reuses a single root AsyncDrain object to avoid garbled log output
- 2023-09-21 ZTC-885: Adds new options to the with_test_telemetry macro, allowing us to specify rate limit and redact_keys
- 2023-09-21 chore: minify dep tree a little
- 2023-09-20 ZTC-885: Rate limits logging events
- 2023-09-21 chore: minify dep tree a little
- 2023-09-19 Use cargo-nextest
- 2023-09-19 Remove some useless cfsetup dependencies
- 2023-09-19 Use debian-bullseye-rustlang Docker image
Expand All @@ -92,17 +108,17 @@
- 2023-09-06 ROCK-18: Don't panic on initializing metrics registries twice
- 2023-09-05 Implement Cli
- 2023-09-05 Introduce settings Map structure whose items are documentable via Settings trait
- 2023-09-04 ROCK-18: Update docs and tweak naming for metrics service name
- 2023-09-04 Add ability to add custom routes to telemetry server.
- 2023-09-04 ROCK-18: Update docs and tweak naming for metrics service name
- 2023-09-01 ROCK-18: Support a custom metrics service identifier value and format
- 2023-09-04 Disable bindgen default feature `which-rustfmt`
- 2023-09-01 ROCK-20 Implement memory profiler telemetry server endpoint
- 2023-09-01 Some tweaks to metrics API and docs
- 2023-08-29 Release 1.2.0
- 2023-06-16 ROCK-4: Implement bedrock::telemetry::metrics
- 2023-08-29 Remove unnecessary cast
- 2023-08-23 ZTC-885: Updates heap profiling code slightly to be usable by oxy
- 2023-06-19 Fix unused_variables lint
- 2023-08-23 ZTC-885: Updates heap profiling code slightly to be usable by oxy
- 2023-08-02 Document SpanScope and move it out of internal module
- 2023-08-01 Do not drop heap profile temp file before reading completion
- 2023-08-01 ROCK-5 Implement jemalloc-related functionality
Expand All @@ -122,8 +138,8 @@
- 2023-06-20 Rename `seccomp` module to `security`.
- 2023-06-15 Add a few more common allow lists used by Cloudflare apps
- 2023-06-14 ROCK-3 Implement seccomp filter initialization
- 2023-06-13 chore: remove shih-chiang from CODEOWNERS
- 2023-06-09 ROCK-3 Seccomp: implement allow lists
- 2023-06-13 chore: remove shih-chiang from CODEOWNERS
- 2023-06-07 Fix syscall doc links
- 2023-06-06 Remove lohith from code-owners
- 2023-06-06 ROCK-3 Generate syscalls enums
Expand All @@ -132,8 +148,8 @@
- 2023-06-02 ROCK-13 Finish telemetry documentation
- 2023-05-31 Set ipv6 reporter addr if agent is set to ipv6
- 2023-05-25 Add links whenever we create a new trace and we have one ongoing
- 2023-05-30 Settings: add PartialEq impl between std::net types and wrappers
- 2023-05-29 Add doctests for with_forked_trace and start_trace
- 2023-05-30 Settings: add PartialEq impl between std::net types and wrappers
- 2023-05-25 ZTC-881 Allow overriding sampling ratio for started trace
- 2023-05-24 Expose SerializableTraceState
- 2023-05-20 ROCK-9, ROCK-13 Part 1: Add the rest of the tracing API and document telemetry
Expand All @@ -150,3 +166,4 @@
- 2023-04-12 Set up repo
- 2023-04-12 Initial commit


0 comments on commit 1525589

Please sign in to comment.