File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ <!-- ## Unreleased -->
9+
10+ ## [ 0.1.3] ( https://github.com/unioslo/mreg-api/releases/tag/0.1.3 ) - 2026-03-23
911
1012### Added
1113
1214- Event log functionality to MREG API client, including event recording and retrieval, with the ability for consumers to subscribe to events.
15+ - Accessed via ` MregClient.events ` , which is an instance of ` mreg_api.events.EventLog ` .
16+ - Event log max size can be controlled via the ` event_log_size ` parameter to ` MregClient ` (default: 100). Passing in ` None ` means unlimited size.
1317
1418### Removed
1519
You can’t perform that action at this time.
0 commit comments