From 3d8df3ccb22142c4cff86ba879882b0269f1b3b6 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Fri, 8 Sep 2017 07:02:52 +0200 Subject: Update changelog, release notes and authors for v1.0 --- AUTHORS | 8 +++++++- ChangeLog.rst | 14 ++++++++++++++ RELEASE_NOTES.rst | 13 +++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index d95dad8..1ac8933 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,6 +15,7 @@ Andjelko Horvat Andreas Nüßlein Andrew Austin Armin Weihbold +Aron Pammer Asher256 Asher256@users.noreply.github.com Christian @@ -26,28 +27,32 @@ Daniel Kimsey derek-austin Diego Giovane Pasqualin Dmytro Litvinov +Eli Sarver Erik Weatherwax fgouteroux Greg Allen Guillaume Delacour Guyzmo +Guyzmo hakkeroid Ian Sparks itxaka Ivica Arsov James (d0c_s4vage) Johnson -Jamie Bliss James E. Flemer James Johnson +Jamie Bliss Jason Antman Johan Brandhorst Jonathon Reinhart +Jon Banafato Koen Smets Kris Gambirazzi Mart Sõmermaa massimone88 Matej Zerovnik Matt Odden +Maura Hausman Michal Galet Mikhail Lopotkov Missionrulz @@ -55,6 +60,7 @@ Mond WAN Nathan Giesbrecht pa4373 Patrick Miller +Pavel Savchenko Peng Xiao Pete Browne Peter Mosmans 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 +`_. + +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 ========================= -- cgit v1.2.1