You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
# Changelog
2
2
Changes to this project are documented in this file. More detail and links can be found in the Telemetry Streaming [Document Revision History](https://clouddocs.f5.com/products/extensions/f5-telemetry-streaming/latest/revision-history.html).
3
3
4
+
## 1.30.0
5
+
### Added
6
+
### Fixed
7
+
- TS-668: [GitHub #207](https://github.com/F5Networks/f5-telemetry-streaming/issues/207) Add support for numerical enums, enhance SNMP metrics processing
8
+
- TS-666: Created separate Azure Logs tables for pool members and removed that data from the pool tables.
9
+
### Changed
10
+
- TS-658: Update npm packages (@grpc/proto-loader from 0.6.9 to 0.6.12)
11
+
### Removed
12
+
4
13
## 1.29.0
5
14
### Added
6
15
- TS-568: Added support for SNMP endpoints in Telemetry_Endpoints
See the [Release notes](https://github.com/F5Networks/f5-telemetry-streaming/releases) and [Telemetry Streaming documentation](https://clouddocs.f5.com/products/extensions/f5-telemetry-streaming/latest/revision-history.html) for new features and issues resolved for each release.
Copy file name to clipboardExpand all lines: contributing/process_release.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@
65
65
* 1.27.0 - 17.7 MB
66
66
* 1.28.0 - 17.7 MB
67
67
* 1.29.0 - 17.8 MB
68
+
* 1.30.0 - 16.0 MB
68
69
* Install build to BIG-IP, navigate to folder `/var/config/rest/iapps/f5-telemetry/` and check following:
69
70
* Run `du -sh` and check that folder's size (shouldn't be much greater than previous versions):
70
71
* 1.4.0 - 65 MB
@@ -93,6 +94,7 @@
93
94
* 1.27.0 - 127 MB
94
95
* 1.28.0 - 127 MB
95
96
* 1.29.0 - 129 MB
97
+
* 1.30.0 - 116 MB
96
98
* Check `node_modules` folder - if you see `eslint`, `mocha` or something else from [package.json](package.json)`devDependencies` section - something wrong with build process. Probably some `npm` flags are work as not expected and it MUST BE FIXED before publishing.
97
99
* Ensure that all tests (unit tests and functional tests passed)
98
100
* Optional: Ensure that your local tags match remote. If not, remove all and re-fetch:
Copy file name to clipboardExpand all lines: docs/revision-history.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Document Revision History
12
12
- Date
13
13
14
14
* - 1.29.0
15
-
- **Updated the documentation for Telemetry Streaming v1.29.0. This release contains the following changes:** |br| * Added support for querying SNMP using a custom endpoint (see :ref:`SNMP example<snmpep>`) |br| * Added outputMode parameter to Generic HTTP consumer to support raw data output (see :ref:`Generic HTTP<http-ref>`) |br| |br| Issues Resolved: |br| * Metric Consumers should not fail when 'null' found in data |br| * Prometheus consumer should ignore NaN values
15
+
- Updated the documentation for Telemetry Streaming v1.29.0. This release contains the following changes: |br| * Added support for querying SNMP using a custom endpoint (see :ref:`SNMP example<snmpep>`) |br| * Added outputMode parameter to Generic HTTP consumer to support raw data output (see :ref:`Generic HTTP<http-ref>`) |br| |br| Issues Resolved: |br| * Metric Consumers should not fail when 'null' found in data |br| * Prometheus consumer should ignore NaN values
.. IMPORTANT:: The Azure Log Analytics Consumer only supports sending 500 items. Each configuration item (such as virtual server, pool, node) uses part of this limit.
0 commit comments