-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #140 from ARGOeu/devel
new RPM Package release - updated argo-messaging.spec
- Loading branch information
Showing
1 changed file
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
Name: argo-messaging | ||
Summary: ARGO Messaging API for broker network | ||
Version: 1.0.0 | ||
Version: 1.0.1 | ||
Release: 1%{?dist} | ||
License: ASL 2.0 | ||
Buildroot: %{_tmppath}/%{name}-buildroot | ||
|
@@ -63,6 +63,40 @@ go clean | |
%attr(0644,root,root) /usr/lib/systemd/system/argo-messaging.service | ||
|
||
%changelog | ||
* Tue Oct 27 2017 Kostas Koumantaros <[email protected]> 1.0.1-1%{?dist} | ||
* Kostas Kaggelidis <kaggis> Added Support for Metrics and CORS | ||
- ARGO-925 Fix return Immediately functionality in pull operation | ||
- ARGO-909 Fix bug on project metrics topics,sub zero values | ||
- ARGO-891 Implement ams request: get User info by Token. Expand user info | ||
- Fix metrics typo. Fix package dependencies | ||
- Add CORS support | ||
- ARGO-859 Add operational metric: memory usage for ams nodes | ||
- ARGO-860 Add CPU Usage metric for ams service nodes | ||
- ARGO-863 Add metric: Aggregation of topics per user at project. | ||
- ARGO-865 aggregation of subscriptions based on project_admin | ||
- Change precedence of project:metrics route | ||
- ARGO-866 Metric: number of subscriptions per topic | ||
- ARGO-862 Add metric: number of topics per project/user | ||
- ARGO-780 Implement Metric: data volume consumed by subscription | ||
- ARGO-779 Implement metric: data volume published to a topic | ||
- ARGO-778 Implement Sub Metric: number of messages consumed | ||
- ARGO-777 Implement metric: number of messages per topic | ||
- ARGO-669 Enable offset changes in subscriptions for event replay | ||
- ARGO-813 Handle gracefully "not found" error during datastore updates | ||
- ARGO-796 Increase consumer default fetch size to handle larger messages | ||
- Updated messaging documentation | ||
- Correct reference to sub/topic in api_subs.md | ||
- Updated example to api_subs documentation | ||
- ARGO-650 Push endpoint should be https | ||
- ARGO-646 Sub pull update fix | ||
- ARGO-640 Add latest topic offset when creating a new subscription | ||
- ARGO-630 Fix msg id mapping to broker offset issue | ||
- ARGO-628 Fix offset off bug | ||
- ARGO-624 Fix consumer acl bug | ||
- ARGO-615 Add secondary logging of messages that exceed size threshold | ||
- ARGO-595 Fix users listing null details if user doesn't exist | ||
- ARGO-519 Implement configurable level-logging | ||
- ARGO-580 Add command line config parameters and help | ||
* Tue Oct 25 2016 Themis Zamani <[email protected]> - 1.0.0-1%{?dist} | ||
- New RPM package release. | ||
* Thu Mar 24 2016 Themis Zamani <[email protected]> - 0.9.2-1%{?dist} | ||
|