Releases: hammeraj/onvif
Releases · hammeraj/onvif
0.5.0
What's Changed
- ground work for replay and recording functions by @paoloo in #87
- CreateRecording by @paoloo in #88
- CreateRecordingJob by @paoloo in #89
- GetRecordingJobs by @paoloo in #90
- GetRecordings by @paoloo in #91
- GetServiceCapabilities by @paoloo in #92
- GetReplayUri by @paoloo in #93
- Search service prepwork by @paoloo in #94
- FindEvents by @paoloo in #95
- allow providing IP address when probing by @gBillal in #97
- set firmware_version when initializing a device by @gBillal in #98
- GetRecordingSummary by @paoloo in #96
- Add namespace to UsernameToken by @gBillal in #99
- Fix GetSnapshotUri xml namespace by @gBillal in #102
- Get and set Network protocols by @gBillal in #101
- Allow providing only profile token in get video encoder configuration by @gBillal in #104
- GetVideoSourceConfigurations by @gBillal in #105
- Media20: Get video encoder configuration options by @gBillal in #106
- Update video encoder gov length by @gBillal in #107
- nest schemas in dedicated folder and standardize schema definitions, cut 0.5.0 release by @hammeraj in #108
- update to elixir 1.14 by @hammeraj in #109
New Contributors
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- GetNTP by @paoloo in #73
- SetNTP by @paoloo in #75
- OSD by @paoloo in #76
- SetOSD by @paoloo in #77
- Remove system_date_time from device optional fields by @waranlogesh in #78
- OSDOptions and GetOSDOptions by @paoloo in #79
- CreateOSD by @paoloo in #80
- DeleteOSD by @paoloo in #81
- Get[Audio/Video]EncoderConfigurationOptions by @paoloo in #82
- Patch audio_encoder_options by @paoloo in #83
- Make video encoder config extenstion Jason serializable by @waranlogesh in #84
- cut 0.4.0 release by @hammeraj in #85
Full Changelog: 0.3.4...0.4.0
0.3.4
What's Changed
- Handle self closing tags by @waranlogesh in #66
- Remove redundant datetime calls in XML auth by @waranlogesh in #67
- Make username and password optional by @waranlogesh in #68
- Make all elements optional in xml parsing for video encoder by @waranlogesh in #69
- Add GetServiceCapabilities for media ver10 by @waranlogesh in #70
- Implements SystemDateAndTime schema as well as Get and Set operations with tests by @paoloo in #71
- cut 0.3.4 release by @hammeraj in #72
New Contributors
Full Changelog: 0.3.3...0.3.4
0.3.3
What's Changed
- Add GetNetworkInterfaces support by @waranlogesh in #58
- Enable loopback in WS discovery by @waranlogesh in #59
- Remove userinfo from device.address by @waranlogesh in #60
- Stop reusing TCP connection with Tesla by @waranlogesh in #61
- auth_function should accept string value for auth by @yuriploc in #62
- Fix device changeset to cast optional attributes by @waranlogesh in #63
- Handle invalid services by @waranlogesh in #64
- cut 0.3.3 release by @hammeraj in #65
Full Changelog: 0.3.2...0.3.3
0.3.2
What's Changed
- Add support to GetAudioEncoderConfiguration by @waranlogesh in #44
- Fix GetProfiles media ver10 incorrect parsing by @waranlogesh in #45
- Fix GetVideoEncoderConfiguration media ver10 by @waranlogesh in #46
- Fix GetAudioEncoderConfigurations media ver20 by @waranlogesh in #48
- Add support for GetVideoEncoderConfigurationOptions in media ver10 by @waranlogesh in #51
- Add support for GetVideoEncoderConfigurations media ver20 by @waranlogesh in #50
- Parse extenstion element for GetVideoEncoderConfigurationOptions by @waranlogesh in #52
- Add support for SystemReboot by @waranlogesh in #53
- Add support to update h264 and mpeg4 configs by @waranlogesh in #54
- Ignore empty request guid probes in discovery by @waranlogesh in #56
- cut 0.3.2 release by @hammeraj in #57
Full Changelog: 0.3.1...0.3.2
0.3.1
What's Changed
- Make device init return type consistent by @waranlogesh in #42
- format and 0.3.1 release by @hammeraj in #43
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Log invalid changesets from map transformations by @yuriploc in #29
- Support SetVideoEncoderConfiguration for media ver20 by @waranlogesh in #30
- Fix hardcoded higher version media service path by @waranlogesh in #31
- Fix frame rate limit data type by @waranlogesh in #32
- Fix ipv4 address in multicast settings by @waranlogesh in #33
- Add missing elements in SetVideoEncoderConfiguration by @waranlogesh in #34
- Make the media operation return type consistent by @waranlogesh in #35
- Add missing services key in device struct by @waranlogesh in #36
- Add Jason as JSON encoder by @waranlogesh in #37
- Add support to set audio encoder config by @waranlogesh in #38
- fix discovery typo and add pcma by @hammeraj in #39
- only accept probe messages with a request guid in the header by @hammeraj in #40
- cut 0.3.0 release and attempt to fix doc formatting by @hammeraj in #41
New Contributors
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Ah/xml auth fixes by @hammeraj in #9
- Fix GetServices request body by @waranlogesh in #10
- v2 of GetStreamURI and format by @hammeraj in #12
- get namespaces correct for media v2 by @hammeraj in #15
- Fix media v10 GetStreamUri by @waranlogesh in #14
- Add status code to error by @waranlogesh in #16
- Add device struct by @waranlogesh in #19
- Use device struct in device service API by @waranlogesh in #20
- Use device struct in media service API by @waranlogesh in #21
- Use the auth type from device struct by @waranlogesh in #22
- Add support to init onvif device from prob match by @waranlogesh in #17
- Fix media ver20 GerProfiles by @waranlogesh in #23
- Add GetSanpshotUri support for media ver10 by @waranlogesh in #25
- Update finch to 0.16 and tesla to 1.7 by @waranlogesh in #26
- Use ecto uuid and remove standalone uuid dependency by @waranlogesh in #27
- docs and prep for 0.2.0 release by @hammeraj in #28
New Contributors
- @waranlogesh made their first contribution in #10
Full Changelog: 0.1.0...0.2.0