Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "1.0.0"
}
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Changelog

## 1.0.0 (2025-08-06)


### Features

* **beacon:** Auto-detect if page is cached and cache metric is not ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **beacon:** Beacon Configuration supports various CSP modes of Magento ([9ec4704](https://github.com/EcomDev/magento2-module-rum-beacon/commit/9ec47049f199e6afc0064c9c57268ad230578d4f))
* **beacon:** Beacon Configuration supports various CSP modes of Magento ([a4109da](https://github.com/EcomDev/magento2-module-rum-beacon/commit/a4109da4246bceea454c262d2602d4001cf8a303))
* **beacon:** Collect CLS metric ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **beacon:** Collect FCP metric ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **beacon:** Collect INP metric ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **beacon:** Collect LCP metric ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **beacon:** Collect TTFB metric ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **beacon:** Parse Beacon Configuration from script element ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **beacon:** TTFB DNS metric is added ([9637bcc](https://github.com/EcomDev/magento2-module-rum-beacon/commit/9637bcc01dd57c9705ad45b2937b86a34ac9c916))
* Magento Module for RUM Beacon ([bda1e1a](https://github.com/EcomDev/magento2-module-rum-beacon/commit/bda1e1a694ec73d2a4ee160c1e893ab2892a3aee))
* Magento Module for RUM Beacon ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **page-info:** Collect Current Store View ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **page-info:** Collect Information about Current Category ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **page-info:** Collect Information about Current Product ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **page-info:** Collect Information about Current Search Query ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **page-info:** Collect Layered Navigation Query Parameters ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **server-timing:** Collect Database Metric via Custom Profiler ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **server-timing:** Collect Layout Rendering Timing ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **server-timing:** Collect Search API Metrics ([c0e986f](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c0e986f40b25bd15d8dccbf34e4154829c367d4d))
* **tideways:** Support Tideways Layer Metrics when available ([902cdd5](https://github.com/EcomDev/magento2-module-rum-beacon/commit/902cdd5b32278fd6f28abba3a2dedb77687d8dac))
* **tideways:** Support Tideways Layer Metrics when available ([bf40121](https://github.com/EcomDev/magento2-module-rum-beacon/commit/bf40121226e6841f63e50f539bd364cb6f3ff565))


### Bug Fixes

* **beacon:** fix is cached JS detection ([bf40121](https://github.com/EcomDev/magento2-module-rum-beacon/commit/bf40121226e6841f63e50f539bd364cb6f3ff565))


### Miscellaneous Chores

* bootstrap releases for path: . ([4fcff58](https://github.com/EcomDev/magento2-module-rum-beacon/commit/4fcff580d4af485a3814b68d2d50b5ec07b87d17))
* bootstrap releases for path: . ([ce3199d](https://github.com/EcomDev/magento2-module-rum-beacon/commit/ce3199d5d60a1c388fe8f15fef2183961c8a9dda))
* **release:** configure release please action ([c90a28e](https://github.com/EcomDev/magento2-module-rum-beacon/commit/c90a28e12df5ca6beeba1473a6f1a3611fede427))
* **release:** fix release-please permissions ([5b6896b](https://github.com/EcomDev/magento2-module-rum-beacon/commit/5b6896b04e794f9f1f6ad01da0d845944d62fa5a))