Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens-G committed Feb 15, 2023
1 parent c30ee69 commit 423ab39
Show file tree
Hide file tree
Showing 56 changed files with 91 additions and 65 deletions.
8 changes: 4 additions & 4 deletions ApacheThrift.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
the "Thrift" project.
2. nuget setApiKey <your-api-key>
3. nuget pack ApacheThrift.nuspec -Symbols -SymbolPackageFormat snupkg
4. nuget push ApacheThrift.0.18.0.nupkg -Source https://api.nuget.org/v3/index.json
4. nuget push ApacheThrift.0.18.1.nupkg -Source https://api.nuget.org/v3/index.json
-->

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>ApacheThrift</id>
<version>0.18.0</version>
<title>Apache Thrift 0.18.0</title>
<version>0.18.1</version>
<title>Apache Thrift 0.18.1</title>
<authors>Apache Thrift Developers</authors>
<owners>Apache Software Foundation</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -36,7 +36,7 @@
<description>
Contains runtime libraries from lib/netstd for netstandard2.0 framework development.
</description>
<repository type="GitHub" url="https://github.com/apache/thrift" branch="release/0.18.0" />
<repository type="GitHub" url="https://github.com/apache/thrift" branch="release/0.18.1" />
<tags>Apache Thrift RPC</tags>
</metadata>
<files>
Expand Down
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Apache Thrift Changelog

## 0.18.1

### Known Open Issues (Blocker or Critical)

- [THRIFT-3877](https://issues.apache.org/jira/browse/THRIFT-3877) - C++ library don't work with HTTP (csharp server, cpp client; need cross test enhancement)
- [THRIFT-5468](https://issues.apache.org/jira/browse/THRIFT-5468) - Swift service generator doesn't support oneway

### Reopened issues

- [THRIFT-5601](https://issues.apache.org/jira/browse/THRIFT-5601) - Typedef after first use causes incorrect go code

### Go

- [THRIFT-5685](https://issues.apache.org/jira/browse/THRIFT-5685) - Compiler generates wrong go code for forward defined types in optional fields

## 0.18.0

### Known Open Issues (Blocker or Critical)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ endif()

# PACKAGE_VERSION is used by cpack scripts currently
# Both thrift_VERSION and PACKAGE_VERSION should be the same for now
set(thrift_VERSION "0.18.0")
set(thrift_VERSION "0.18.1")
set(PACKAGE_VERSION ${thrift_VERSION})

project("thrift" VERSION ${PACKAGE_VERSION})
Expand Down
4 changes: 2 additions & 2 deletions Thrift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Thrift'
s.version = '0.18.0'
s.version = '0.18.1'
s.summary = "Apache Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for RPC."
s.description = <<-DESC
The Apache Thrift scalable cross-language software framework for networked services development combines a software stack with a code generation engine to build services that work efficiently and seamlessly between many programming languages.
Expand All @@ -10,6 +10,6 @@ The Apache Thrift scalable cross-language software framework for networked servi
s.author = { 'Apache Thrift Developers' => 'dev@thrift.apache.org' }
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.source = { :git => 'https://github.com/apache/thrift.git', :tag => 'v0.18.0' }
s.source = { :git => 'https://github.com/apache/thrift.git', :tag => 'v0.18.1' }
s.source_files = 'lib/swift/Sources/*.swift'
end
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# build Apache Thrift on AppVeyor - https://ci.appveyor.com

version: '0.18.0.{build}'
version: '0.18.1.{build}'

shallow_clone: true

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thrift",
"version": "0.18.0",
"version": "0.18.1",
"homepage": "https://github.com/apache/thrift.git",
"authors": [
"Apache Thrift <dev@thrift.apache.org>"
Expand Down
2 changes: 1 addition & 1 deletion compiler/cpp/src/thrift/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
#pragma once
#endif // _MSC_VER

#define THRIFT_VERSION "0.18.0"
#define THRIFT_VERSION "0.18.1"

#endif // _THRIFT_VERSION_H_
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
AC_PREREQ(2.65)
AC_CONFIG_MACRO_DIR([./aclocal])

AC_INIT([thrift], [0.18.0])
AC_INIT([thrift], [0.18.1])

AC_CONFIG_AUX_DIR([.])

Expand Down
4 changes: 2 additions & 2 deletions contrib/Rebus/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@

[assembly: Guid("0af10984-40d3-453d-b1e5-421529e8c7e2")]

[assembly: AssemblyVersion("0.18.0.0")]
[assembly: AssemblyFileVersion("0.18.0.0")]
[assembly: AssemblyVersion("0.18.1.0")]
[assembly: AssemblyFileVersion("0.18.1.0")]
2 changes: 1 addition & 1 deletion contrib/thrift-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<artifactId>thrift-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>thrift-maven-plugin</name>
<version>0.18.0</version>
<version>0.18.1</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion contrib/thrift.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Name: thrift
License: Apache License v2.0
Group: Development
Summary: RPC and serialization framework
Version: 0.18.0
Version: 0.18.1
Release: 0
URL: http://thrift.apache.org
Packager: Thrift Developers <dev@thrift.apache.org>
Expand Down
2 changes: 1 addition & 1 deletion contrib/zeromq/csharp/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("0.18.0.0")]
[assembly: AssemblyVersion("0.18.1.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
thrift (0.18.1) stable; urgency=low

* update to 0.18.1

-- Apache Thrift Developers <dev@thrift.apache.org> Wed, 15 Feb 2023 22:15:00 +0100

thrift (0.18.0) stable; urgency=low

* update to 0.18.0
Expand Down
5 changes: 5 additions & 0 deletions doap.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
<category rdf:resource="http://projects.apache.org/category/network-client" />
<category rdf:resource="http://projects.apache.org/category/network-server" />
<release rdf:parseType="Collection">
<Version>
<name>Apache Thrift</name>
<created>2022-02-15</created>
<revision>0.18.1</revision>
</Version>
<Version>
<name>Apache Thrift</name>
<created>2022-02-06</created>
Expand Down
2 changes: 1 addition & 1 deletion doc/specs/idl.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Thrift interface description language

For Thrift version 0.18.0.
For Thrift version 0.18.1.

The Thrift interface definition language (IDL) allows for the definition of [Thrift Types](/docs/types). A Thrift IDL file is processed by the Thrift code generator to produce code for the various target languages to support the defined structs and services in the IDL file.

Expand Down
2 changes: 1 addition & 1 deletion lib/d/src/thrift/base.d
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class TCompoundOperationException : TException {
/// The Thrift version string, used for informative purposes.
// Note: This is currently hardcoded, but will likely be filled in by the build
// system in future versions.
enum VERSION = "0.18.0";
enum VERSION = "0.18.1";

/**
* Functions used for logging inside Thrift.
Expand Down
2 changes: 1 addition & 1 deletion lib/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

name: thrift
version: 0.18.0
version: 0.18.1
description: >
A Dart library for Apache Thrift
author: Apache Thrift Developers <dev@thrift.apache.org>
Expand Down
2 changes: 1 addition & 1 deletion lib/delphi/src/Thrift.pas
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface
Thrift.Protocol;

const
Version = '0.18.0';
Version = '0.18.1';

type
TException = Thrift.Exception.TException; // compatibility alias
Expand Down
2 changes: 1 addition & 1 deletion lib/erl/src/thrift.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{description, "Thrift bindings"},

% The version of the applicaton
{vsn, "0.18.0"},
{vsn, "0.18.1"},

% All modules used by the application.
{modules, [
Expand Down
2 changes: 1 addition & 1 deletion lib/haxe/haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"framework"
],
"description": "Haxe bindings for the Apache Thrift RPC and serialization framework",
"version": "0.18.0",
"version": "0.18.1",
"releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.",
"contributors": ["ApacheThrift"],
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lib/java/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is shared currently between this Gradle build and the
# Ant builds for fd303 and JavaScript. Keep the dotted notation for
# the properties to minimize the changes in the dependencies.
thrift.version=0.18.0
thrift.version=0.18.1
thrift.groupid=org.apache.thrift
release=false

Expand Down
2 changes: 1 addition & 1 deletion lib/js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thrift",
"version": "0.18.0",
"version": "0.18.1",
"description": "Thrift is a software framework for scalable cross-language services development.",
"main": "./src/thrift",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion lib/js/src/thrift.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var Thrift = {
* @const {string} Version
* @memberof Thrift
*/
Version: '0.18.0',
Version: '0.18.1',

/**
* Thrift IDL type string to Id mapping.
Expand Down
2 changes: 1 addition & 1 deletion lib/lua/Thrift.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function ttable_size(t)
return count
end

version = '0.18.0'
version = '0.18.1'

TType = {
STOP = 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>Thrift.IntegrationTests</AssemblyName>
<PackageId>Thrift.IntegrationTests</PackageId>
<Version>0.18.0.0</Version>
<Version>0.18.1.0</Version>
<OutputType>Exe</OutputType>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-->

<PropertyGroup>
<ThriftVersion>0.18.0</ThriftVersion>
<ThriftVersion>0.18.1</ThriftVersion>
<ThriftVersionOutput>Thrift version $(ThriftVersion)</ThriftVersionOutput>
<TargetFramework>net6.0</TargetFramework>
<Version>$(ThriftVersion).0</Version>
Expand Down
2 changes: 1 addition & 1 deletion lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>0.18.0.0</Version>
<Version>0.18.1.0</Version>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions lib/netstd/Thrift/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("0.18.0.0")]
[assembly: AssemblyFileVersion("0.18.0.0")]
[assembly: AssemblyVersion("0.18.1.0")]
[assembly: AssemblyFileVersion("0.18.1.0")]
6 changes: 3 additions & 3 deletions lib/netstd/Thrift/Thrift.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>thrift.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<Title>Apache Thrift 0.18.0</Title>
<Version>0.18.0.0</Version>
<Title>Apache Thrift 0.18.1</Title>
<Version>0.18.1.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageProjectUrl>http://thrift.apache.org/</PackageProjectUrl>
<Authors>Apache Thrift Developers</Authors>
Expand All @@ -50,7 +50,7 @@
<PackageDescription>C# .NET Core bindings for the Apache Thrift RPC system</PackageDescription>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageTags>Apache Thrift RPC</PackageTags>
<PackageReleaseNotes>https://github.com/apache/thrift/blob/0.18.0/CHANGES.md</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/apache/thrift/blob/0.18.1/CHANGES.md</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>Copyright 2023 The Apache Software Foundation</Copyright>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion lib/ocaml/_oasis
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: libthrift-ocaml
Version: 0.18.0
Version: 0.18.1
OASISFormat: 0.3
Synopsis: OCaml bindings for the Apache Thrift RPC system
Authors: Apache Thrift Developers <dev@thrift.apache.org>
Expand Down
2 changes: 1 addition & 1 deletion lib/perl/lib/Thrift.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ use warnings;
#

package Thrift;
use version 0.77; our $VERSION = version->declare("v0.18.0");
use version 0.77; our $VERSION = version->declare("v0.18.1");

1;
2 changes: 1 addition & 1 deletion lib/py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def run_setup(with_binary):
twisted_deps = ['twisted']

setup(name='thrift',
version='0.18.0',
version='0.18.1',
description='Python bindings for the Apache Thrift RPC system',
long_description=read_file("README.md"),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion lib/rb/thrift.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = 'thrift'
s.version = '0.18.0'
s.version = '0.18.1'
s.authors = ['Apache Thrift Developers']
s.email = ['dev@thrift.apache.org']
s.homepage = 'http://thrift.apache.org'
Expand Down
2 changes: 1 addition & 1 deletion lib/rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "thrift"
description = "Rust bindings for the Apache Thrift RPC system"
edition = "2021"
version = "0.18.0"
version = "0.18.1"
license = "Apache-2.0"
authors = ["Apache Thrift Developers <dev@thrift.apache.org>"]
homepage = "http://thrift.apache.org"
Expand Down
2 changes: 1 addition & 1 deletion lib/st/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
<!-- Apache Thrift Smalltalk library version 0.18.0 -->
<!-- Apache Thrift Smalltalk library version 0.18.1 -->
<package>
<name>libthrift-st</name>
<file>thrift.st</file>
Expand Down
2 changes: 1 addition & 1 deletion lib/swift/Sources/Thrift.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Thrift {
let version = "0.18.0"
let version = "0.18.1"
}
2 changes: 1 addition & 1 deletion lib/swift/Tests/ThriftTests/ThriftTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import XCTest

class ThriftTests: XCTestCase {
func testVersion() {
XCTAssertEqual(Thrift().version, "0.18.0")
XCTAssertEqual(Thrift().version, "0.18.1")
}

static var allTests : [(String, (ThriftTests) -> () throws -> Void)] {
Expand Down
2 changes: 1 addition & 1 deletion lib/ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thrift",
"version": "0.18.0",
"version": "0.18.1",
"description": "Thrift is a software framework for scalable cross-language services development.",
"author": {
"name": "Apache Thrift Developers",
Expand Down
Loading

0 comments on commit 423ab39

Please sign in to comment.