Skip to content

Latest commit

 

History

History
150 lines (123 loc) · 6.76 KB

CHANGELOG.rst

File metadata and controls

150 lines (123 loc) · 6.76 KB

Changelog

2.4.0 - February 15 2020

2.3.0 - September 21 2019

2.2.0 - April 27 2019

  • [PLUGIN_NEW] Add gitlab file plugin :issue:`324`
  • [DOCS] Fixed copyright in the LICENSE :issue:`378`
  • [DOCS] added ipdb examples :issue:`376`
  • [CORE_ENHANCEMENTS] Added functions to retrieve inventory using native datastructures :issue:`375`
  • [DOCS] Added external resources :issue:`374`
  • [MISC] Improve build
  • [CORE_ENHANCEMENTS] Added add_host and add_group functions to nornir.core.inventory.Inventory class :issue:`372`
  • [DOCS] Updating howto documentation for including 'ConnectionOptions' :issue:`365`
  • [DOCS] Fixed typos :issue:`362` :issue:`360`

Thanks to the following people for their contributions:

2.1.1 - March 19 2019

Thanks to the following people for their contributions:

2.1.0 - March 18 2019

Thanks to the following people for their contributions:

2.0.0 - December 17 2018

For details about upgrading to 2.0.0 see the :doc:`notes </upgrading/1_to_2>`.

  • [CORE_ENHANCEMENTS] Lots of core enhancements, too many to document
  • [CORE_ENHANCEMENTS] Changes on how the inventory
  • [CORE_ENHANCEMENTS] New F object for advanced filtering of hosts :doc:`docs </howto/advanced_filtering>`
  • [CORE_ENHANCEMENTS] Improvements on how to serialize/deserialize user facing data like the configuration and the inventory
  • [CORE_ENHANCEMENTS] Connections are now their own type of plugin
  • [CORE_ENHANCEMENTS] Ability to handle connections manually :doc:`docs </howto/handling_connections>`
  • [CORE_BUGFIX] Lots
  • [PLUGIN_BUGFIX] Lots
  • [PLUGIN_NEW] netmiko_save_config
  • [PLUGIN_NEW] echo_data

1.1.0 - July 12 2018

1.0.1 - May 16 2018

1.0.0 - May 4 2018

  • [CORE] First release