diff options
-rw-r--r-- | AUTHORS | 8 | ||||
-rw-r--r-- | ChangeLog.rst | 14 | ||||
-rw-r--r-- | RELEASE_NOTES.rst | 13 |
3 files changed, 34 insertions, 1 deletions
@@ -15,6 +15,7 @@ Andjelko Horvat <ahorvat@reflected.net> Andreas Nüßlein <nutz@noova.de> Andrew Austin <aaustin@terremark.com> Armin Weihbold <armin.weihbold@gmail.com> +Aron Pammer <info@aronpammer.me> Asher256 <Asher256@users.noreply.github.com> Asher256@users.noreply.github.com <Asher256> Christian <cgumpert@users.noreply.github.com> @@ -26,28 +27,32 @@ Daniel Kimsey <dekimsey@ufl.edu> derek-austin <derek.austin35@mailinator.com> Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br> Dmytro Litvinov <litvinov.do.it@gmail.com> +Eli Sarver <eli.sarver@gmail.com> Erik Weatherwax <erik.weatherwax@xls.xerox.com> fgouteroux <francois.gouteroux@d2-si.eu> Greg Allen <GregoryEAllen@users.noreply.github.com> Guillaume Delacour <gui@iroqwa.org> Guyzmo <guyzmo+github@m0g.net> +Guyzmo <guyzmo+github+pub@m0g.net> hakkeroid <hakkeroid@users.noreply.github.com> Ian Sparks <isparks@mdsol.com> itxaka <itxakaserrano@gmail.com> Ivica Arsov <ivica.arsov@sculpteo.com> James (d0c_s4vage) Johnson <james.johnson@exodusintel.com> -Jamie Bliss <astronouth7303@gmail.com> James E. Flemer <james.flemer@ndpgroup.com> James Johnson <d0c.s4vage@gmail.com> +Jamie Bliss <astronouth7303@gmail.com> Jason Antman <jason@jasonantman.com> Johan Brandhorst <johan@cognitivelogic.com> Jonathon Reinhart <Jonathon.Reinhart@gmail.com> +Jon Banafato <jon@jonafato.com> Koen Smets <koen.smets@gmail.com> Kris Gambirazzi <Kris@sitehost.co.nz> Mart Sõmermaa <mart.somermaa@cgi.com> massimone88 <stefano.mandruzzato@gmail.com> Matej Zerovnik <matej@zunaj.si> Matt Odden <locke105@gmail.com> +Maura Hausman <mhausman@wayfair.com> Michal Galet <michal.galet@gmail.com> Mikhail Lopotkov <ms.lopotkov@tensor.ru> Missionrulz <missionrulz@gmail.com> @@ -55,6 +60,7 @@ Mond WAN <mondwan@users.noreply.github.com> Nathan Giesbrecht <NathanGiesbrecht@users.noreply.github.com> pa4373 <pa4373@gmail.com> Patrick Miller <patrick@velocitywebworks.com> +Pavel Savchenko <asfaltboy@gmail.com> Peng Xiao <xiaoquwl@gmail.com> Pete Browne <pete.browne@localmed.com> Peter Mosmans <support@go-forward.net> diff --git a/ChangeLog.rst b/ChangeLog.rst index a72ac6f..969d9ef 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,19 @@ ChangeLog ========= +Version 1.0.0_ - 2017-09-08 +--------------------------- + +* Support for API v4. See + http://python-gitlab.readthedocs.io/en/master/switching-to-v4.html +* Support SSL verification via internal CA bundle +* Docs: Add link to gitlab docs on obtaining a token +* Added dependency injection support for Session +* Fixed repository_compare examples +* Fix changelog and release notes inclusion in sdist +* Missing expires_at in GroupMembers update +* Add lower-level methods for Gitlab() + Version 0.21.2_ - 2017-06-11 ---------------------------- @@ -434,6 +447,7 @@ Version 0.1 - 2013-07-08 * Initial release +.. _1.0.0: https://github.com/python-gitlab/python-gitlab/compare/0.21.2...1.0.0 .. _0.21.2: https://github.com/python-gitlab/python-gitlab/compare/0.21.1...0.21.2 .. _0.21.1: https://github.com/python-gitlab/python-gitlab/compare/0.21...0.21.1 .. _0.21: https://github.com/python-gitlab/python-gitlab/compare/0.20...0.21 diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 86cac9d..c495cb0 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -4,6 +4,19 @@ Release notes This page describes important changes between python-gitlab releases. +Changes from 0.21 to 1.0.0 +========================== + +1.0.0 brings a stable python-gitlab API for the v4 Gitlab API. v3 is still used +by default. + +v4 is mostly compatible with the v3, but some important changes have been +introduced. Make sure to read `Switching to GtiLab API v4 +<http://python-gitlab.readthedocs.io/en/master/switching-to-v4.html>`_. + +The development focus will be v4 from now on. v3 has been deprecated by GitLab +and will disappear from python-gitlab at some point. + Changes from 0.20 to 0.21 ========================= |