The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Net-Cisco-FMC-v1: 0.005001

0.005001  2020-09-28 17:47:29+02:00 Europe/Vienna
    - add methods for deployabledevices, deploymentrequest, devicerecords,
      policyassignments and taskstatuses
    - add wait_for_task helper method

0.004002  2020-06-09 10:43:10+02:00 Europe/Vienna
    - fix skipping of api.t when environment variables aren't set

0.004001  2019-07-09 09:32:45+02:00 Europe/Vienna
    - add tests which require the FMC, policy name, username and password set
      in environment variables
    - add methods for networkaddresses and ports
    - fix update on response returned from a previous update
    - fix update_accessrule when rule contains users

0.003001  2019-03-12 16:09:16+01:00 Europe/Vienna
    - add support for query parameters to create_accessrule
    - add filtering by regex to find_$singular object methods
    - add Role::FixAccessruleLiterals which works around a FMC 6.3 API bug that
      returns incorrect types for literals

0.002001  2018-11-26 14:52:43+01:00 Europe/Vienna
    - fix recursive relogins when 429 too many requests is returned by the API
    - increased number of retries from 3 to 20
    - throw error on unsuccessful login
    - don't try to relogin on http status code 401 unauthorized
    - add methods for all missing object types supporting all CRUD methods:
      interfacegroups, ranges, securityzones, slamonitors, urlgroups, urls,
      vlangrouptags and vlantags

0.001001  2018-11-05 17:14:28+01:00 Europe/Vienna
    - Initial release using the JSON REST API version 1