Add draft release notes for Djblets 3.0beta1.
Review Request #12373 — Created June 15, 2022 and submitted
Information | |
---|---|
david | |
Djblets | |
release-3.x | |
Reviewers | |
djblets | |
This change adds the release notes draft for our first beta for the 3.x
series.
Built HTML and checked the output.
Summary | |
---|---|
Description | From | Last Updated |
---|---|---|
Other changes: Fixed deprecation warnings with newer Pillow. WebAPIResponse now supports serializing a Python set DataGrid.load_extra_state should now return lists … |
|
|
We should probably specify pip3, as that's still the safest alias for getting a Python 3 version. |
|
|
Since this is largely for packagers or companies managing their own internal builds, we'll want to list everything. A few … |
|
|
Typo: "SHA251" -> "SHA256" We may also want to say that "Long cache keys are ..." |
|
|
Let's use double backticks on these. (Or, would be nice to set up an extlink to let us do :npm:.) |
|
|
Let's say "encrypting cache key names and values" |
|
|
Let's reference this with: :py:meth:`django.test.TransactionTestCase.assertNumQueries` |
|
|
Not sure if this is just the Pygments highlighter, but the s after the backticks seems to be a problem … |
|
Change Summary:
Update for changes that have gone in since the initial draft.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+234) |
Checks run (2 succeeded)
-
-
Other changes:
- Fixed deprecation warnings with newer Pillow.
WebAPIResponse
now supports serializing a Pythonset
DataGrid.load_extra_state
should now return lists of modified fields, instead of a boolean. Old behavior is deprecated, scheduled for removal in 4.
-
docs/releasenotes/3.0-beta-1.rst (Diff revision 2) We should probably specify
pip3
, as that's still the safest alias for getting a Python 3 version. -
docs/releasenotes/3.0-beta-1.rst (Diff revision 2) Since this is largely for packagers or companies managing their own internal builds, we'll want to list everything.
A few other Python items to list:
cryptography
1.8.1+ (new dependency)django-pipeline
2.0.8 - 2.0.x
And Node.JS:
less
4.1.3 - 4.1.xuglify-js
3.16.1 - 3.16.x@babel/cli
7.17.10 - 7.17.x@babel/core
7.18.5 - 7.18.x@babel/preset-env
7.18.2 - 7.18.x@babel-plugin-django-gettext
1.1.1 - 1.1.x
-
docs/releasenotes/3.0-beta-1.rst (Diff revision 2) Typo: "SHA251" -> "SHA256"
We may also want to say that "Long cache keys are ..."
-
docs/releasenotes/3.0-beta-1.rst (Diff revision 2) Let's say "encrypting cache key names and values"
-
docs/releasenotes/3.0-beta-1.rst (Diff revision 2) Let's reference this with:
:py:meth:`django.test.TransactionTestCase.assertNumQueries`
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+318) |
Checks run (2 succeeded)
-
-
docs/releasenotes/3.0-beta-1.rst (Diff revisions 2 - 3) Let's use double backticks on these.
(Or, would be nice to set up an extlink to let us do
:npm:
.) -
docs/releasenotes/3.0-beta-1.rst (Diff revisions 2 - 3) Not sure if this is just the Pygments highlighter, but the
s
after the backticks seems to be a problem here. Maybe just make it "set
values" or something.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 4 (+318) |
Checks run (2 succeeded)
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 5 (+318) |