File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ # [ 1.2.0] ( https://github.com/RidgeRun/rrms-utils/compare/v1.1.0...v1.2.0 ) (2025-05-15)
2+
3+
4+ ### Features
5+
6+ * Limit redis streams size ([ 45b52df] ( https://github.com/RidgeRun/rrms-utils/commit/45b52df782d636b45ef77d550f64fa8126d7e7a5 ) )
7+
18# [ 1.1.0] ( https://github.com/RidgeRun/rrms-utils/compare/v1.0.0...v1.1.0 ) (2025-04-01)
29
310
Original file line number Diff line number Diff line change 1- # RidgeRun Microservices Utils v1.1 .0
1+ # RidgeRun Microservices Utils v1.2 .0
22
33Set of utilities to work with RidgeRun Microservices
Original file line number Diff line number Diff line change 1414project = 'RRMS-Utils'
1515copyright = '2024, RidgeRun,LLC'
1616author = 'RidgeRun,LLC'
17- release = '1.1 .0'
17+ release = '1.2 .0'
1818
1919sys .path .insert (0 , os .path .abspath ('../..' ))
2020
Original file line number Diff line number Diff line change 33 You can adapt this file completely to your liking, but it should at least
44 contain the root `toctree` directive.
55
6- Welcome to RRMS-Utils documentation v1.1 .0
6+ Welcome to RRMS-Utils documentation v1.2 .0
77==========================================
88
99.. toctree ::
Original file line number Diff line number Diff line change 2222
2323setuptools .setup (
2424 name = "rrms_utils" ,
25- version = "1.1 .0" ,
25+ version = "1.2 .0" ,
2626 author = 'RidgeRun LLC' ,
2727 author_email = 'support@ridgerun.com' ,
2828 description = "RidgeRun Microservices Utils" ,
You can’t perform that action at this time.
0 commit comments