Skip to content

Commit

Permalink
[fc] Repository: plone.restapi
Browse files Browse the repository at this point in the history
Branch: refs/heads/main
Date: 2025-01-27T20:21:28-08:00
Author: David Glick (davisagli) <[email protected]>
Commit: plone/plone.restapi@d4573a4

Preparing release 9.10.0

Files changed:
M CHANGES.rst
M setup.py
D news/1685.internal
D news/1757.feature
D news/1855.bugfix
D news/1857.bugfix
D news/1858.bugfix
D news/1861.feature
D news/1864.bugfix
D news/1867.bugfix
D news/4090.bugfix
Repository: plone.restapi

Branch: refs/heads/main
Date: 2025-01-27T20:22:19-08:00
Author: David Glick (davisagli) <[email protected]>
Commit: plone/plone.restapi@0a2f821

Back to development: 9.10.1

Files changed:
M setup.py
  • Loading branch information
davisagli committed Jan 28, 2025
1 parent 4de8569 commit a7a3b76
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,40 @@
Repository: plone.volto
Repository: plone.restapi


Branch: refs/heads/main
Date: 2025-01-27T20:17:55-08:00
Date: 2025-01-27T20:21:28-08:00
Author: David Glick (davisagli) <[email protected]>
Commit: https://github.com/plone/plone.volto/commit/abc90d73391c589a59a6285e1e0d084672d3812e
Commit: https://github.com/plone/plone.restapi/commit/d4573a40fed74f2cafee501810b2ecf7aae17d8c

Preparing release 5.0.2
Preparing release 9.10.0

Files changed:
M CHANGES.md
M CHANGES.rst
M setup.py
D news/178.bugfix
D news/181.bugfix
D news/1685.internal
D news/1757.feature
D news/1855.bugfix
D news/1857.bugfix
D news/1858.bugfix
D news/1861.feature
D news/1864.bugfix
D news/1867.bugfix
D news/4090.bugfix

b'diff --git a/CHANGES.md b/CHANGES.md\nindex 20619e1..e7117ee 100644\n--- a/CHANGES.md\n+++ b/CHANGES.md\n@@ -9,6 +9,17 @@\n \n <!-- towncrier release notes start -->\n \n+## 5.0.2 (2025-01-27)\n+\n+\n+### Bug fixes:\n+\n+- Implement a specific robots.txt for Volto sites.\n+ There is an upgrade step which will update the existing plone.robots_txt registry setting unless it has been customized.\n+ @ericof #178\n+- Add nav_title and head_title to the default summary serializer metadata fields. @davisagli #181\n+- Fix DeprecationWarnings. [maurits] #4090\n+\n ## 5.0.1 (2024-12-17)\n \n \ndiff --git a/news/178.bugfix b/news/178.bugfix\ndeleted file mode 100644\nindex 0df4fbd..0000000\n--- a/news/178.bugfix\n+++ /dev/null\n@@ -1,3 +0,0 @@\n-Implement a specific robots.txt for Volto sites.\n-There is an upgrade step which will update the existing plone.robots_txt registry setting unless it has been customized.\n-@ericof\ndiff --git a/news/181.bugfix b/news/181.bugfix\ndeleted file mode 100644\nindex 70193a8..0000000\n--- a/news/181.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Add nav_title and head_title to the default summary serializer metadata fields. @davisagli\ndiff --git a/news/4090.bugfix b/news/4090.bugfix\ndeleted file mode 100644\nindex 8528aef..0000000\n--- a/news/4090.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Fix DeprecationWarnings. [maurits]\ndiff --git a/setup.py b/setup.py\nindex c1f1b10..270f604 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -13,7 +13,7 @@\n \n setup(\n name="plone.volto",\n- version="5.0.2.dev0",\n+ version="5.0.2",\n description="Volto integration add-on for Plone",\n long_description=long_description,\n long_description_content_type="text/markdown",\n'
b'diff --git a/CHANGES.rst b/CHANGES.rst\nindex ea84b6bbac..635a491e90 100644\n--- a/CHANGES.rst\n+++ b/CHANGES.rst\n@@ -8,6 +8,33 @@ Changelog\n \n .. towncrier release notes start\n \n+9.10.0 (2025-01-27)\n+-------------------\n+\n+New features:\n+\n+\n+- Add a `@login` endpoint to get external login services\' links. @erral (#1757)\n+- In the `@registry` endpoint, added support for filtering the list of registry records. @Faakhir30 (#1861)\n+\n+\n+Bug fixes:\n+\n+\n+- Changed bad int inputs into 500 Exceptions to 400 BadRequest so they can be filtered out of logs more easily. @djay (#1855)\n+- Handle TypeError on querystringsearch as BadRequest. @djay (#1857)\n+- Add parse_int to handle all cases of BadRequests from ints passed in. @djay (#1858)\n+- In the `@contextnavigation` endpoint, return `"icon": null` for Files with a mimetype not found in the `content_type_registry`, instead of raising `TypeError`. @mamico (#1864)\n+- In the `@locking` endpoint, fixed edge cases where the user who owns the lock was not found correctly. @mamico (#1867)\n+- Prevent deprecation warnings. @mauritsvanrees (#4090)\n+\n+\n+Internal:\n+\n+\n+- Update CI. @davisagli (#1685)\n+\n+\n 9.9.0 (2024-12-18)\n ------------------\n \ndiff --git a/news/1685.internal b/news/1685.internal\ndeleted file mode 100644\nindex 6fe9f0e0dc..0000000000\n--- a/news/1685.internal\n+++ /dev/null\n@@ -1 +0,0 @@\n-Update CI. @davisagli\ndiff --git a/news/1757.feature b/news/1757.feature\ndeleted file mode 100644\nindex c678441b4e..0000000000\n--- a/news/1757.feature\n+++ /dev/null\n@@ -1 +0,0 @@\n-Add a `@login` endpoint to get external login services\' links. @erral\ndiff --git a/news/1855.bugfix b/news/1855.bugfix\ndeleted file mode 100644\nindex b164e9f037..0000000000\n--- a/news/1855.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Changed bad int inputs into 500 Exceptions to 400 BadRequest so they can be filtered out of logs more easily. @djay\n\\ No newline at end of file\ndiff --git a/news/1857.bugfix b/news/1857.bugfix\ndeleted file mode 100644\nindex ea4ba7b398..0000000000\n--- a/news/1857.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Handle TypeError on querystringsearch as BadRequest. @djay\n\\ No newline at end of file\ndiff --git a/news/1858.bugfix b/news/1858.bugfix\ndeleted file mode 100644\nindex b275567243..0000000000\n--- a/news/1858.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Add parse_int to handle all cases of BadRequests from ints passed in. @djay\n\\ No newline at end of file\ndiff --git a/news/1861.feature b/news/1861.feature\ndeleted file mode 100644\nindex 5e3538d612..0000000000\n--- a/news/1861.feature\n+++ /dev/null\n@@ -1 +0,0 @@\n-In the `@registry` endpoint, added support for filtering the list of registry records. @Faakhir30\n\\ No newline at end of file\ndiff --git a/news/1864.bugfix b/news/1864.bugfix\ndeleted file mode 100644\nindex 9e63a64abd..0000000000\n--- a/news/1864.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-In the `@contextnavigation` endpoint, return `"icon": null` for Files with a mimetype not found in the `content_type_registry`, instead of raising `TypeError`. @mamico\ndiff --git a/news/1867.bugfix b/news/1867.bugfix\ndeleted file mode 100644\nindex f4ddcaac89..0000000000\n--- a/news/1867.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-In the `@locking` endpoint, fixed edge cases where the user who owns the lock was not found correctly. @mamico\ndiff --git a/news/4090.bugfix b/news/4090.bugfix\ndeleted file mode 100644\nindex 3a0ea37c4b..0000000000\n--- a/news/4090.bugfix\n+++ /dev/null\n@@ -1 +0,0 @@\n-Prevent deprecation warnings. @mauritsvanrees\ndiff --git a/setup.py b/setup.py\nindex 15942cd754..f5db188605 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -4,7 +4,7 @@\n import sys\n \n \n-version = "9.9.1.dev0"\n+version = "9.10.0"\n \n if sys.version_info.major == 2:\n raise ValueError(\n'

Repository: plone.volto
Repository: plone.restapi


Branch: refs/heads/main
Date: 2025-01-27T20:18:40-08:00
Date: 2025-01-27T20:22:19-08:00
Author: David Glick (davisagli) <[email protected]>
Commit: https://github.com/plone/plone.volto/commit/d4593a55b55f92c2e4a8d54b7a56d81a7cb221ae
Commit: https://github.com/plone/plone.restapi/commit/0a2f821690898c14cd2ceddd372088f748671ccd

Back to development: 5.0.3
Back to development: 9.10.1

Files changed:
M setup.py

b'diff --git a/setup.py b/setup.py\nindex 270f604..a6c87e9 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -13,7 +13,7 @@\n \n setup(\n name="plone.volto",\n- version="5.0.2",\n+ version="5.0.3.dev0",\n description="Volto integration add-on for Plone",\n long_description=long_description,\n long_description_content_type="text/markdown",\n'
b'diff --git a/setup.py b/setup.py\nindex f5db18860..c0ba91e1a 100644\n--- a/setup.py\n+++ b/setup.py\n@@ -4,7 +4,7 @@\n import sys\n \n \n-version = "9.10.0"\n+version = "9.10.1.dev0"\n \n if sys.version_info.major == 2:\n raise ValueError(\n'

0 comments on commit a7a3b76

Please sign in to comment.