softlayer / softlayer-python

A set of Python libraries that assist in calling the SoftLayer API.
http://softlayer.github.io/softlayer-python/
MIT License
154 stars 192 forks source link

Version 4 Notes #469

Closed sudorandom closed 9 years ago

sudorandom commented 9 years ago

This issue is a place to track the changes for version 4 and will eventually feed into the changelog.

Because there are many changes between version 3 and version 4, it is strongly recommend to pin the version of the SoftLayer python bindings as soon as you can in order to prevent unintentional breakage when upgrading. To keep yourself on version 3, you can use this directive: softlayer>=3,<4. That can be used with pip (pip install softlayer>=3,<4), requirements in your setup.py and/or in your requirements.txt file.

Programmatic Interfaces:

Command-line Client:

briancline commented 9 years ago

@underscorephil / @sudorandom / @jasonjohnson -- You guys see any reason not to go ahead and cut a 4.0.0 release?

If no objections and we're happy with what's in master constituting v4.0.0, I'll go ahead and get this party started.

sudorandom commented 9 years ago

@briancline #509 with the version bump and patch notes is the last thing.

briancline commented 9 years ago

Noting here for the others to reference... #510 also merged due to some issues found in testing for this release. Those are getting documented in #511 for the time being (feel free to break up into multiple issues if necessary).