Releases: akamai/mPulseAPI.jl
Releases · akamai/mPulseAPI.jl
v1.2.2
mPulseAPI v1.2.2
v1.2.1
v1.2.0
v1.1.4
What's Changed
- Handle cases where no objects are found in the repository by @amsingh17 in #12
- Julia 1.6 support by @bluesmoon in #13
- Move from travis to github workflows by @bluesmoon in #14
- Add environment variables for tests by @bluesmoon in #15
- Travis to gh by @bluesmoon in #16
- Update README with coverage details by @bluesmoon in #17
Full Changelog: v1.1.3...v1.1.4
v1.1.3
v1.1.2
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Update CI URLs to point to new caching infrastructure by @staticfloat in #3
- DA Update Library - POST to Repository by @amsingh17 in #6
- Add ability to retrieve multiple alerts and statisticalmodel objects by @amsingh17 in #8
- Da beta3 by @bluesmoon in #9
New Contributors
- @staticfloat made their first contribution in #3
Full Changelog: v1.0.7...v1.1.1
Updated DataFrames support
This release adds support for new versions of DataFrames. There is no functionality change from 1.0.6, however, on systems that support Missings
, null fields will be set to missing
rather than NA
.