Skip to content

Commit

Permalink
chore(release): 2.26.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.26.0](v2.25.10...v2.26.0) (2024-08-26)

### Bug Fixes

* allow prerender checkpoint ([44dc9f2](44dc9f2))
* **sanitize:** guard against empty objects ([61b381b](61b381b))

### Features

* **logger:** control bloat of JSON logs for Cloudflare ([b872d3b](b872d3b))
* **utils:** add bloat control utility to ensure JSON strings don't get too long ([cee29ea](cee29ea))
  • Loading branch information
semantic-release-bot committed Aug 26, 2024
1 parent e6366ea commit 8922494
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.26.0](https://github.com/adobe/helix-rum-collector/compare/v2.25.10...v2.26.0) (2024-08-26)


### Bug Fixes

* allow prerender checkpoint ([44dc9f2](https://github.com/adobe/helix-rum-collector/commit/44dc9f286b21d6bbf1fb28ca13fb701783a7f16a))
* **sanitize:** guard against empty objects ([61b381b](https://github.com/adobe/helix-rum-collector/commit/61b381bb7acc40a188ed5b50666a2419532d5fae))


### Features

* **logger:** control bloat of JSON logs for Cloudflare ([b872d3b](https://github.com/adobe/helix-rum-collector/commit/b872d3bfce70ebaa2d1598217b26571c4a57e0c0))
* **utils:** add bloat control utility to ensure JSON strings don't get too long ([cee29ea](https://github.com/adobe/helix-rum-collector/commit/cee29ea0c379d936a583eabfc1b29d9713c26c5a))

## [2.25.10](https://github.com/adobe/helix-rum-collector/compare/v2.25.9...v2.25.10) (2024-08-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-rum-collector",
"version": "2.25.10",
"version": "2.26.0",
"private": true,
"description": "Collect Real User Monitoring Data for Helix",
"main": "src/index.mjs",
Expand Down

0 comments on commit 8922494

Please sign in to comment.