Skip to content

Releases: marksull/fmcapi

Code improvement release

24 Sep 12:56
Compare
Choose a tag to compare

I don't think there were any new features. This release is more about improving the code quality.

Organization and a few bug fixes. Deprecation notice of some old Class names

15 Sep 19:59
Compare
Choose a tag to compare

This release has a drastic reorganization of the api_objects package into sub-packages that align with the Cisco FMC API Quick Start Guide organization of the API methods.
This meant that some of the "old" names of some of the fmcapi classes needed to be changed. The old name will work for a while but you should get a deprecation warning if you use the old name. When the removal of the old names happens has yet to be determined... 2021'ish?
Improvements to the token refresh/generation in this release too.

Bug fixes and new features!

11 Sep 14:23
Compare
Choose a tag to compare

Added a "dry_run" feature. This will allow you to see what would have been sent to the FMC's API. Works for GET, POST, PUT. (I forgot to add it to DELETE. I'll fix that in the next release.)

Fixed "enabled" always being False in PhysicalInterface Class.

Adjusted, again, the token refresh logic.

Fix typo in IPv4StaticRoute Class

10 Sep 22:18
Compare
Choose a tag to compare

20190910.0 testing missed a typo in the IPv4StaticRoute class. "slef" vs. "self". Doh!

Bulk POST and bug fixes

10 Sep 21:04
Compare
Choose a tag to compare

The big new feature is the ability to use the bulk POST feature for ACPRules.
Misc bug fixes too.
Split TestingUserScript tests out into individual files (under unit_tests) directory.

20190908.0: merged f-strings branch

08 Sep 16:21
Compare
Choose a tag to compare

A few bug/typo fixes but mostly converting all string formatting (as much as possible) to f-string format.

Release 20190828.0

29 Aug 05:27
Compare
Choose a tag to compare

Fixing issues
Adding the ability to set File Policy in ACP Rule

20190824.0

24 Aug 23:46
Compare
Choose a tag to compare

This release is just bug fixes and reorganizing the API objects. Some work was done on the example scripts too.

Release 20190819.0

19 Aug 14:30
Compare
Choose a tag to compare
prep for release