Skip to content

Releases: F5Networks/f5-common-python

Release version 3.0.6

09 Dec 03:22
b8c1b2a
Compare
Choose a tag to compare
  • Adds authn/root API endpoint
  • Adds hard timeout for management initialization
  • Fixes docs errors
  • Refactored all functional tests that use the bigip object to use the mgmt_root object instead

Release version 3.0.5

29 Nov 00:47
4daeb23
Compare
Choose a tag to compare
  • adds auth_provider support
  • adds BIG-IQ initial activation API
  • adds BIG-IQ regkey pool API
  • adds BIG-IQ regkey pool offerings API
  • adds BIG-IQ regkey pool members API
  • adds BIG-IQ utility license API
  • adds BIG-IQ utility offerings API
  • adds BIG-IQ utility members API

Release version 3.0.4

11 Nov 00:29
12d5f99
Compare
Choose a tag to compare
  • Adds the ability for ASM tasks to import to different partititions
  • Adds iRulesLX (ilx) provisioning resources
  • Add support for lsnpool (CGNAT)

Release version 3.0.3

14 Oct 21:30
Compare
Choose a tag to compare
  • system/tmos API added
  • authz/tokens API added
  • additional handling of descriptions for policy rules. This attribute did not exist before a specific version of BIG-IP, so the SDK will now emit a warning if you attempt to use it. It will then fix up your request to not include it and forward the request on to BIG-IP

Release version 3.0.2

29 Sep 21:13
Compare
Choose a tag to compare
  • Fix for incorrect LTM node modification
  • Added docs for doing releases
  • Added remote auth endpoints
    • Cert LDAP
    • LDAP
    • Radius
    • Radius server
    • Remote role
    • Remote user
    • Auth source
    • TACACS
  • Added sflow endpoints

Release version 3.0.1

18 Sep 17:59
Compare
Choose a tag to compare
  • Fix for 11.6.1 LTM profile existence
  • missing requirement file during install
  • travis uploading broken

Release version 3.0.0 Major Release

15 Sep 20:06
Compare
Choose a tag to compare

Summary

This is a Major Release. @wojtek0806 @caphrim007 @jasonrahm and others have contributed a lot of new code! Props!

Release Highlights

Features

  • Python 3 support is complete!!!!
  • Add support for redrafting LTM traffic policies
  • Many ASM fixes across all versions
  • Adds API to reboot to new volume
  • LTM pool members session fix
  • Add API for partitions
  • Add APIs for UCS file transfers
  • Add support for QUERY operation for iAppLX APIs
  • Add API for vcmp provisioning
  • Add API for vcmp virtual disks
  • Add API for trunks (for hardware BIG-IPs)
  • Add API for iCall
  • Add API for daemon syslog settings
  • Add API for default node monitor
  • Add support for load/merge of BIG-IP config files

Docs

Misc

  • Release packaging fixes
  • flake8 and coding standards fixes
  • Numerous fixes for unit tests and functional tests to address broken or missing tests
New supported Products
New APIs
Bug fixes
Misc
Dependency updates

Open Issues

See the changelog for the full list of changes in this release.

See the project issues page for a full list of open issues in this release.

Release v2.3.3 bugfix

26 May 14:53
Compare
Choose a tag to compare

Summary

This is a bugfix release!

Bug fixes

See the project issues page for a full list of open issues in this release.

Release v2.3.2 bugfix

12 May 19:26
Compare
Choose a tag to compare

Summary

This is a bugfix release!

Bug fixes

NOTE: The automated test harness showed 177 failures for this PR.

See the project issues page for a full list of open issues in this release.

Release v2.3.1

28 Mar 21:34
Compare
Choose a tag to compare

Bugfix release. This release adds setup_requirements.txt to the sdist so that install from sdist works.