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

Bump github.com/apache/thrift from 0.0.0-20171203172758-327ebb6c2b6d to 0.13.0 in /tools #532

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps github.com/apache/thrift from 0.0.0-20171203172758-327ebb6c2b6d to 0.13.0.

Release notes

Sourced from github.com/apache/thrift's releases.

Version 0.13.0

For release 0.13.0 head over to the official release download source: http://thrift.apache.org/download

The assets below are added by Github based on the release tag and they may therefore not match the checkums.

Version 0.12.0

Apache Thrift Release 0.12.0

Version 0.9.3.1

This release is a backport of the security fix for CVE-2018-1320 as documented in THRIFT-4506. The only code change is in Java, and a 0.9.3-1 package was released to Maven Central.

This is marked in GitHub as a pre-release so that it does not become the "latest" release.

Tag to retract lib/go/thrift/go.mod file

The purpose of this tag is to retract the version(s) generated by wrongly added lib/go/thrift/go.mod file. This tag shall not be used in any other way.

To use the latest version of thrift go library, run

go get github.com/apache/thrift@latest

And remove lines containing "github.com/apache/thrift/lib/go/thrift" in your project's go.mod file, if any.

See the following links for more details:

Changelog

Sourced from github.com/apache/thrift's changelog.

0.13.0

New Languages

  • (none)

Deprecated Languages

  • THRIFT-4723 - CSharp and Netcore targets are deprecated and will be removed with the next release) - use NetStd instead.

Removed Languages

  • THRIFT-4719 - Cocoa language was removed) - use swift instead.

Breaking Changes

  • THRIFT-4743 - compiler: removed the plug-in mechanism
  • THRIFT-4720 - cpp: C++03/C++98 support has been removed; also removed boost as a runtime dependency
  • THRIFT-4730 - cpp: BoostThreadFactory, PosixThreadFactory, StdThreadFactory removed
  • THRIFT-4732 - cpp: CMake build changed to use BUILD_SHARED_LIBS
  • THRIFT-4735 - cpp: Removed Qt4 support
  • THRIFT-4740 - cpp: Use std::chrono::duration for timeouts
  • THRIFT-4762 - cpp: TTransport::getOrigin() is now const
  • THRIFT-4702 - java: class org.apache.thrift.AutoExpandingBuffer is no longer public
  • THRIFT-4709 - java: changes to UTF-8 handling require JDK 1.7 at a minimum
  • THRIFT-4712 - java: class org.apache.thrift.ShortStack is no longer public
  • THRIFT-4725 - java: change return type signature of 'process' methods
  • THRIFT-4805 - java: replaced TSaslTransportException with TTransportException
  • THRIFT-2530 - java: TIOStreamTransport's "isOpen" now returns false after "close" is called
  • THRIFT-4675 - js: now uses node-int64 for 64 bit integer constants
  • THRIFT-4841 - delphi: old THTTPTransport is now TMsxmlHTTPTransport
  • THRIFT-4536 - rust: convert from try-from crate to rust stable (1.34+), re-export ordered-float

Known Issues (Blocker or Critical)

  • THRIFT-3877 - C++: library don't work with HTTP (csharp server, cpp client; need cross test enhancement)

As3

  • THRIFT-4784 - Thrift should throw when skipping over unexpected data

Build Process

  • THRIFT-2333 - RPMBUILD: Abort build if user did not disable ruby but ruby build will fail later on
  • THRIFT-4689 - Pull changes from 0.12.0 release branch into master
  • THRIFT-4690 - Update dlang deimos for OpenSSL 1.1 (use 1.1.0h tagged release instead of master)
  • THRIFT-4694 - Upgrade Java to Java 1.8
  • THRIFT-4716 - Create a version alignment tool to make releases easier
  • THRIFT-4760 - Install pkgconfig when using cmake
  • THRIFT-4769 - Change NuGet package to use netstd artifact

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner July 31, 2023 18:24
@dependabot dependabot bot requested review from AlekSi and b1ron July 31, 2023 18:24
@dependabot dependabot bot added deps PRs that update dependencies not ready Issues that are not ready to be worked on; PRs that should skip CI labels Jul 31, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/github.com/apache/thrift-0.13.0 branch from d81346d to 12081c3 Compare August 1, 2023 11:11
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/github.com/apache/thrift-0.13.0 branch from 12081c3 to cf4c3c4 Compare August 17, 2023 03:39
@AlekSi
Copy link
Member

AlekSi commented Oct 20, 2023

@dependabot recreate

Bumps [github.com/apache/thrift](https://github.com/apache/thrift) from 0.0.0-20171203172758-327ebb6c2b6d to 0.13.0.
- [Release notes](https://github.com/apache/thrift/releases)
- [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md)
- [Commits](https://github.com/apache/thrift/commits/v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/apache/thrift
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/tools/github.com/apache/thrift-0.13.0 branch from cf4c3c4 to ec477dd Compare October 20, 2023 17:10
@AlekSi AlekSi closed this May 27, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/tools/github.com/apache/thrift-0.13.0 branch May 27, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps PRs that update dependencies not ready Issues that are not ready to be worked on; PRs that should skip CI
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

1 participant