Skip to content
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
merged 15 commits into from
Nov 22, 2023
Merged

Release v4.8 #961

merged 15 commits into from
Nov 22, 2023

Conversation

Zabuzard
Copy link
Member

Ironing out transfer-question and improving the help thread experience:

Features:

Bugfix:

Platform:

ankitsmt211 and others added 15 commits November 4, 2023 01:15
* listens for pinned announcement in helper forum
* removes those announcements
* resolves #921

* improved javadoc and method name

* refactor class name
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 Zabuzard added the release Marks official releases and talks about them, i.e. merges from develop to master label Nov 22, 2023
@Zabuzard Zabuzard self-assigned this Nov 22, 2023
@Zabuzard Zabuzard requested review from a team as code owners November 22, 2023 14:50
@Zabuzard Zabuzard merged commit 1a5a344 into master Nov 22, 2023
12 checks passed
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Marks official releases and talks about them, i.e. merges from develop to master
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants