Attribute object accessors: Added Element.attribute(String) and Attributes.attribute(String) to more simply
obtain an Attribute object. 2069
Attribute source tracking: If source tracking is on, and an Attribute's key is changed (
via Attribute.setKey(String)), the source range is now still tracked
in Attribute.sourceRange(). 2070
Wildcard attribute selector: Added support for the [*] element with any attribute selector. And also restored
support for selecting by an empty attribute name prefix ([^]). 2079
Bug Fixes
Mixed-cased source position: When tracking the source position of attributes, if the source attribute name was
mix-cased but the parser was lower-case normalizing attribute names, the source position for that attribute was not
tracked correctly. 2067
Source position NPE: When tracking the source position of a body fragment parse, a null pointer
exception was thrown. 2068
Multi-point emoji entity: A multi-point encoded emoji entity may be incorrectly decoded to the replacement
character. 2074
Selector sub-expressions: (Regression) in a selector like parent [attr=va], other, the , OR was binding
to [attr=va] instead of parent [attr=va], causing incorrect selections. The fix includes a EvaluatorDebug class
that generates a sexpr to represent the query, allowing simpler and more thorough query parse
tests. 2073
XML CData output: When generating XML-syntax output from parsed HTML, script nodes containing (pseudo) CData
sections would have an extraneous CData section added, causing script execution errors. Now, the data content is
emitted in a HTML/XML/XHTML polyglot format, if the data is not already within a CData
section. 2078
Thread safety: The :has evaluator held a non-thread-safe Iterator, and so if an Evaluator object was
shared across multiple concurrent threads, a NoSuchElement exception may be thrown, and the selected results may be
incorrect. Now, the iterator object is a thread-local. 2088
Attribute object accessors: Added Element.attribute(String) and Attributes.attribute(String) to more simply
obtain an Attribute object. 2069
Attribute source tracking: If source tracking is on, and an Attribute's key is changed (
via Attribute.setKey(String)), the source range is now still tracked
in Attribute.sourceRange(). 2070
Wildcard attribute selector: Added support for the [*] element with any attribute selector. And also restored
support for selecting by an empty attribute name prefix ([^]). 2079
Bug Fixes
Mixed-cased source position: When tracking the source position of attributes, if the source attribute name was
mix-cased but the parser was lower-case normalizing attribute names, the source position for that attribute was not
tracked correctly. 2067
Source position NPE: When tracking the source position of a body fragment parse, a null pointer
exception was thrown. 2068
Multi-point emoji entity: A multi-point encoded emoji entity may be incorrectly decoded to the replacement
character. 2074
Selector sub-expressions: (Regression) in a selector like parent [attr=va], other, the , OR was binding
to [attr=va] instead of parent [attr=va], causing incorrect selections. The fix includes a EvaluatorDebug class
that generates a sexpr to represent the query, allowing simpler and more thorough query parse
tests. 2073
XML CData output: When generating XML-syntax output from parsed HTML, script nodes containing (pseudo) CData
sections would have an extraneous CData section added, causing script execution errors. Now, the data content is
emitted in a HTML/XML/XHTML polyglot format, if the data is not already within a CData
section. 2078
Thread safety: The :has evaluator held a non-thread-safe Iterator, and so if an Evaluator object was
shared across multiple concurrent threads, a NoSuchElement exception may be thrown, and the selected results may be
incorrect. Now, the iterator object is a thread-local. 2088
Older changes for versions 0.1.1 (2010-Jan-31) through 1.17.1 (2023-Nov-27) may be found in
change-archive.txt.
Bots can now configure the voice channel status, shown when opening a voice channel in full screen mode. This works similarly to a channel topic, but can be configured by everyone who is currently connected to the channel.
The new VOICE_SET_STATUS permission indicates whether a user can change the channel status while they are connected. When a user is not connected to the channel, the MANAGE_CHANNEL permission is required instead (similar to topics).
Note that this feature might be replaced by a new "hang status" in the future, which would instead show on the user rather than the channel.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies group with 11 updates:
1.17.1
1.17.2
2.16.0
2.16.1
2.16.0
2.16.1
2.15.3
2.16.1
2.16.0
2.16.1
v3-rev20230822-2.0.0
v3-rev20240110-2.0.0
2.15.0
2.15.1
3.0.0
3.0.1
2.0.9
2.0.11
5.0.0-beta.18
5.0.0-beta.19
1.3.0
1.4.0
Updates
org.jsoup:jsoup
from 1.17.1 to 1.17.2Release notes
Sourced from org.jsoup:jsoup's releases.
Changelog
Sourced from org.jsoup:jsoup's changelog.
Commits
9dec1ba
[maven-release-plugin] prepare release jsoup-1.17.2d3a5724
Changelog for 1.17.21963a7c
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 (#2...d4b2c36
Simplify node filtering operations using Streams API (#2080)78be89a
Move iter into Has class374ded2
Use a threadlocal to hold the NodeIterator4fb1036
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#2086)c9ce65a
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.2 to 3.2.3 (#2085)20c9162
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 (#2...d5bc100
Corrected namespace testsUpdates
com.fasterxml.jackson.core:jackson-databind
from 2.16.0 to 2.16.1Commits
Updates
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
from 2.16.0 to 2.16.1Commits
370682e
[maven-release-plugin] prepare release jackson-dataformats-text-2.16.1124d9b3
Prepare for 2.16.1 release0b7087b
Update release notes wrt backport #445 fix18108a4
Fixes for issue #445: Wraps unexpected NullPointerException (#446)8e47f98
Warnings removalf4c2cf2
Back to snapshot depb1c7177
[maven-release-plugin] prepare for next development iterationUpdates
com.fasterxml.jackson.datatype:jackson-datatype-guava
from 2.15.3 to 2.16.1Commits
992dcc0
[maven-release-plugin] prepare release jackson-datatypes-collections-2.16.1fd301d0
Prepare for 2.16.1 release1c23a46
Back to snapshot deps000103c
[maven-release-plugin] prepare for next development iteration5f53d9c
[maven-release-plugin] prepare release jackson-datatypes-collections-2.16.021fa527
Prepare for 2.16.0 release47f45b3
Back to snapshot dep2be7672
[maven-release-plugin] prepare for next development iteration4865cea
[maven-release-plugin] prepare release jackson-datatypes-collections-2.16.0-rc1e065f81
Prepare for 2.16.0-rc1 releaseUpdates
com.fasterxml.jackson.datatype:jackson-datatype-jsr310
from 2.16.0 to 2.16.1Updates
com.google.apis:google-api-services-drive
from v3-rev20230822-2.0.0 to v3-rev20240110-2.0.0Updates
commons-io:commons-io
from 2.15.0 to 2.15.1Updates
org.apache.pdfbox:pdfbox
from 3.0.0 to 3.0.1Updates
org.slf4j:jcl-over-slf4j
from 2.0.9 to 2.0.11Updates
net.dv8tion:JDA
from 5.0.0-beta.18 to 5.0.0-beta.19Release notes
Sourced from net.dv8tion:JDA's releases.
... (truncated)
Commits
db8613d
Bump to 5.0.0-beta.196255450
Update docs.yml12e7add
Update artifacts.ymlc0c12e5
Add check for max number of fields in EmbedBuilder (#2592)abc4c36
Updating Dependencies (#2591)e584c7c
Fix incorrect hook injection for message context commands (#2593)c9e21ae
Add missing message types (#2531)706e27c
Add voice status feature (#2532)8a360d5
Add more logging to request handling (#2589)Updates
com.fizzed:rocker-runtime
from 1.3.0 to 1.4.0Changelog
Sourced from com.fizzed:rocker-runtime's changelog.
Commits
014d2ed
[maven-release-plugin] prepare release v1.4.07466b93
[maven-release-plugin] rollback the release of v1.4.0db4f24b
[maven-release-plugin] prepare for next development iteration1f31e62
[maven-release-plugin] prepare release v1.4.0b3bcd16
Skip javadocs for gradle plugind749fbf
Update changelog [skip ci]257392f
Update readme [skip ci]e082b31
Update workflows and readme9c2b414
Merge pull request #167 from fizzed/java17a1590e6
Remove Java 7 workflowDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show