Skip to content

Commit 3d8df3c

Browse files
author
Gauvain Pocentek
committed
Update changelog, release notes and authors for v1.0
1 parent 670217d commit 3d8df3c

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

AUTHORS

+7-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Andjelko Horvat <ahorvat@reflected.net>
1515
Andreas Nüßlein <nutz@noova.de>
1616
Andrew Austin <aaustin@terremark.com>
1717
Armin Weihbold <armin.weihbold@gmail.com>
18+
Aron Pammer <info@aronpammer.me>
1819
Asher256 <Asher256@users.noreply.github.com>
1920
Asher256@users.noreply.github.com <Asher256>
2021
Christian <cgumpert@users.noreply.github.com>
@@ -26,35 +27,40 @@ Daniel Kimsey <dekimsey@ufl.edu>
2627
derek-austin <derek.austin35@mailinator.com>
2728
Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
2829
Dmytro Litvinov <litvinov.do.it@gmail.com>
30+
Eli Sarver <eli.sarver@gmail.com>
2931
Erik Weatherwax <erik.weatherwax@xls.xerox.com>
3032
fgouteroux <francois.gouteroux@d2-si.eu>
3133
Greg Allen <GregoryEAllen@users.noreply.github.com>
3234
Guillaume Delacour <gui@iroqwa.org>
3335
Guyzmo <guyzmo+github@m0g.net>
36+
Guyzmo <guyzmo+github+pub@m0g.net>
3437
hakkeroid <hakkeroid@users.noreply.github.com>
3538
Ian Sparks <isparks@mdsol.com>
3639
itxaka <itxakaserrano@gmail.com>
3740
Ivica Arsov <ivica.arsov@sculpteo.com>
3841
James (d0c_s4vage) Johnson <james.johnson@exodusintel.com>
39-
Jamie Bliss <astronouth7303@gmail.com>
4042
James E. Flemer <james.flemer@ndpgroup.com>
4143
James Johnson <d0c.s4vage@gmail.com>
44+
Jamie Bliss <astronouth7303@gmail.com>
4245
Jason Antman <jason@jasonantman.com>
4346
Johan Brandhorst <johan@cognitivelogic.com>
4447
Jonathon Reinhart <Jonathon.Reinhart@gmail.com>
48+
Jon Banafato <jon@jonafato.com>
4549
Koen Smets <koen.smets@gmail.com>
4650
Kris Gambirazzi <Kris@sitehost.co.nz>
4751
Mart Sõmermaa <mart.somermaa@cgi.com>
4852
massimone88 <stefano.mandruzzato@gmail.com>
4953
Matej Zerovnik <matej@zunaj.si>
5054
Matt Odden <locke105@gmail.com>
55+
Maura Hausman <mhausman@wayfair.com>
5156
Michal Galet <michal.galet@gmail.com>
5257
Mikhail Lopotkov <ms.lopotkov@tensor.ru>
5358
Missionrulz <missionrulz@gmail.com>
5459
Mond WAN <mondwan@users.noreply.github.com>
5560
Nathan Giesbrecht <NathanGiesbrecht@users.noreply.github.com>
5661
pa4373 <pa4373@gmail.com>
5762
Patrick Miller <patrick@velocitywebworks.com>
63+
Pavel Savchenko <asfaltboy@gmail.com>
5864
Peng Xiao <xiaoquwl@gmail.com>
5965
Pete Browne <pete.browne@localmed.com>
6066
Peter Mosmans <support@go-forward.net>

ChangeLog.rst

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
ChangeLog
22
=========
33

4+
Version 1.0.0_ - 2017-09-08
5+
---------------------------
6+
7+
* Support for API v4. See
8+
http://python-gitlab.readthedocs.io/en/master/switching-to-v4.html
9+
* Support SSL verification via internal CA bundle
10+
* Docs: Add link to gitlab docs on obtaining a token
11+
* Added dependency injection support for Session
12+
* Fixed repository_compare examples
13+
* Fix changelog and release notes inclusion in sdist
14+
* Missing expires_at in GroupMembers update
15+
* Add lower-level methods for Gitlab()
16+
417
Version 0.21.2_ - 2017-06-11
518
----------------------------
619

@@ -434,6 +447,7 @@ Version 0.1 - 2013-07-08
434447

435448
* Initial release
436449

450+
.. _1.0.0: https://github.com/python-gitlab/python-gitlab/compare/0.21.2...1.0.0
437451
.. _0.21.2: https://github.com/python-gitlab/python-gitlab/compare/0.21.1...0.21.2
438452
.. _0.21.1: https://github.com/python-gitlab/python-gitlab/compare/0.21...0.21.1
439453
.. _0.21: https://github.com/python-gitlab/python-gitlab/compare/0.20...0.21

RELEASE_NOTES.rst

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Release notes
44

55
This page describes important changes between python-gitlab releases.
66

7+
Changes from 0.21 to 1.0.0
8+
==========================
9+
10+
1.0.0 brings a stable python-gitlab API for the v4 Gitlab API. v3 is still used
11+
by default.
12+
13+
v4 is mostly compatible with the v3, but some important changes have been
14+
introduced. Make sure to read `Switching to GtiLab API v4
15+
<http://python-gitlab.readthedocs.io/en/master/switching-to-v4.html>`_.
16+
17+
The development focus will be v4 from now on. v3 has been deprecated by GitLab
18+
and will disappear from python-gitlab at some point.
19+
720
Changes from 0.20 to 0.21
821
=========================
922

0 commit comments

Comments
 (0)