You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGES
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
===================
2
+
Changes Ariadne 9.6
3
+
===================
4
+
5
+
Changes
6
+
- IMPORTANT: this release no longer supports old passwords stored as MD5 hashes. If you can no longer login, reset the password using an administrator account. This should only be an issue if you upgrade from a very old Ariadne release (<9).
7
+
- Added ar('loader')->stdin()/stdout()/stderr() functions that return the php IO streams
8
+
- The Ariadne loader now also handles PUT requests, use ar('loader')->stdin() to get the php://input stream
9
+
- Improved security code by using the new random_bytes()/random_int() functions, with a secure fallback for older PHP versions.
10
+
11
+
Bug fixes
12
+
- Fixed bug in mod_edit that broke grouping of related fields
13
+
- Fixed a number of warnings by better use of isset()
14
+
- Fixed the browse dialog: selection in the right pane and pagination now work again.
15
+
- Fixed incorrect content-length header in cache images that use session placeholders.
16
+
- Fixed a bug in the importer that in very specific circumstances could misapply grants to the wrong group.
17
+
- Fixed that ar_url can handle ar_tainted options and untaint them when applied to a url
0 commit comments