@@ -4,8 +4,8 @@ Change log
4
4
Stable versions
5
5
~~~~~~~~~~~~~~~
6
6
7
- Version 2.4.0 (??? )
8
- -------------------
7
+ Version 2.4.0 (August 26, 2024 )
8
+ -------------------------------
9
9
10
10
Breaking Changes
11
11
^^^^^^^^^^^^^^^^
@@ -28,6 +28,42 @@ does not support the ``len()`` method. Use the ``totalCount`` property instead:
28
28
29
29
* Removed support for Python 3.7.
30
30
31
+ New features
32
+ ^^^^^^^^^^^^
33
+
34
+ * Allow custom authentication (#2987) (32b826fd)
35
+
36
+ Improvements
37
+ ^^^^^^^^^^^^
38
+
39
+ * Add `has_discussions ` to `AuthenticatedUser ` and `Repository ` classes (#3020) (75224167)
40
+ * Update more `SecurityAndAnalysis ` attributes (#3025) (fa168279)
41
+ * Implement support for re-running only failed workflow jobs. (#2983) (23e87563)
42
+ * Add possibility to mark a thread/notification as done (#2985) (5ba24379)
43
+ * Add "pull_request_review_id" to PullRequestComment object (#3000) (6a59cf82)
44
+ * Add minimize and unminimize functions for IssueComment class (#3005) (09c4f58e)
45
+ * Support Organization/Repository custom properties (#2968) (c5e6b702)
46
+ * Add `dict ` type to `add_attribute ` script (#2977) (2a04f9cc)
47
+ * Allow for deleting and restoring branch associated with PR (#1784) (4ba1e412)
48
+ * Add "archived_at" to Organization object. (#2974) (cc766a6f)
49
+ * Adds Security & Analysis To Repository (#2960) (f22af54d)
50
+ * Add added_by and last_used attributes to RepositoryKey (#2952) (5dffa64d)
51
+ * Add `make_latest ` to `GitRelease.update_release ` (#2888) (60136105)
52
+ * Make Commit.files return PaginatedList (#2939) (fa885f00)
53
+
54
+ Bug Fixes
55
+ ^^^^^^^^^
56
+
57
+ * Fix GraphQL Queries with Variables (#3002) (4324a3d9)
58
+
59
+ Maintenance
60
+ ^^^^^^^^^^^
61
+
62
+ * Remove support for Python 3.7 (#2975, #3008) (d0e05072, 6d60b754)
63
+ * docs: add missing code-block (#2982) (c93e73e2)
64
+ * Update README.md (#2961) (5d9f90d2)
65
+ * CI: Fix test success job (#3010) (61d37dce)
66
+
31
67
Version 2.3.0 (March 21, 2024)
32
68
------------------------------
33
69
0 commit comments