-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v4.8 #961
Merged
Release v4.8 #961
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* listens for pinned announcement in helper forum * removes those announcements * resolves #921 * improved javadoc and method name * refactor class name
Co-authored-by: Tanish <[email protected]>
Bumps `chatGPTVersion` from 0.16.0 to 0.17.0. Updates `com.theokanning.openai-gpt3-java:api` from 0.16.0 to 0.17.0 - [Release notes](https://github.com/theokanning/openai-java/releases) - [Commits](TheoKanning/openai-java@0.16.0...0.17.0) Updates `com.theokanning.openai-gpt3-java:service` from 0.16.0 to 0.17.0 - [Release notes](https://github.com/theokanning/openai-java/releases) - [Commits](TheoKanning/openai-java@0.16.0...0.17.0) --- updated-dependencies: - dependency-name: com.theokanning.openai-gpt3-java:api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.theokanning.openai-gpt3-java:service dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* NPE was thrown if user had no avatar * default avatar if user do not have one * remove unnecessary embed from warning message to user * minor fixes * refactor avatarUrl to be non-null * revert back to drop changes in other files * bug fixes * embed fix for user warnings * introduce variable for url suffix, prevents link preview * minor fix
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.43.0.0 to 3.44.0.0. - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](xerial/sqlite-jdbc@3.43.0.0...3.44.0.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.0.0 to 24.1.0. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](JetBrains/java-annotations@24.0.0...24.1.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `chatGPTVersion` from 0.17.0 to 0.18.0. Updates `com.theokanning.openai-gpt3-java:api` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/theokanning/openai-java/releases) - [Commits](TheoKanning/openai-java@0.17.0...0.18.0) Updates `com.theokanning.openai-gpt3-java:service` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/theokanning/openai-java/releases) - [Commits](TheoKanning/openai-java@0.17.0...0.18.0) --- updated-dependencies: - dependency-name: com.theokanning.openai-gpt3-java:api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.theokanning.openai-gpt3-java:service dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…se (#951) * refactor dismiss gpt ans button to allow embed author use it * refactor if conditions into seperate method for better readability * refactor to replace complete with queue * refactor dismiss button flow * improve message UX
Bumps `jacksonVersion` from 2.15.0 to 2.16.0. Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-csv` from 2.15.0 to 2.16.0 - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.15.0...jackson-dataformats-text-2.16.0) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.15.0 to 2.16.0 Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.15.0 to 2.16.0 - [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.15.0...jackson-dataformat-xml-2.16.0) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.15.0 to 2.16.0 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* modify config files to add select-your-roles channel pattern * refactor name for pattern * add method to get select roles channel * refactor AutoPruneHelperRoutine to use select-your-roles channel instead of helper-forum * refactor to pass down channel optional instead of JDA * replaced Optional with Nullable * sonar fix for develop
* add java doc for a config method and a typo fix for method name * improve added javadoc
…n of feature by multiple users (#955) * refactor onModalSubmit to handle multiple users submission * refactor handling of already handled transfers * should only handle when message retrieval fails * refactor throwable name and logging error on failed retrieval
Bumps org.apache.logging.log4j:log4j-core from 2.21.0 to 2.22.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…960) * used ephemeral response * spotless * fixed response * removed unused import * removed extra params from record * defer reply because of delay in interaction * refactor url to for post to be sent to OP for clarity * sonar fix * refactor record ForumPost -> ForumPostData due to conflicting names * send message via hook * fixed name --------- Co-authored-by: alphaBEE <[email protected]>
Zabuzard
added
the
release
Marks official releases and talks about them, i.e. merges from develop to master
label
Nov 22, 2023
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ironing out
transfer-question
and improving the help thread experience:Features:
Bugfix:
Platform: