Releases: arduino-libraries/NTPClient
Releases · arduino-libraries/NTPClient
3.2.1
What's Changed
- Fix return value of NTPClient::update by @bitsy in #56
- Adding documentation of function 'getEpochTime' to README by @aentinger in #76
- Added packet flush before request in forceUpdate(). Fixes issue #49 - random clock delay by @jbrown123 in #62
- Added support for server IPAddress argument to NTPClient by @aentinger in #77
- Added method to set random local port by @luigigubello in #116
- Add default values to setRandomPort method by @luigigubello in #117
- Remove redundant and outdated library metadata file by @per1234 in #121
- Modernize continuous integration system by @per1234 in #137
- added method to test if time was set correctly by @theandy94 in #71
- Adding sync-labels workflow for sharing one set of labels across all repos. by @aentinger in #159
New Contributors
- @bitsy made their first contribution in #56
- @aentinger made their first contribution in #76
- @jbrown123 made their first contribution in #62
- @luigigubello made their first contribution in #116
- @per1234 made their first contribution in #121
- @theandy94 made their first contribution in #71
- @dependabot made their first contribution in #167
Full Changelog: 3.2.0...3.2.1
3.2.0
3.1.0
3.0.0
- Constructors now require UDP instance argument, to add support for non-ESP8266 boards
- Added optional begin API to override default local port
- Added end API to close UDP socket
- Changed return type of update and forceUpdate APIs to bool, and return success or failure
- Change return type of getDay, getHours, getMinutes, and getSeconds to int
2.0.0
Initial release
1.0.0 Initial commit