diff --git a/native/BUILD b/native/BUILD index 607f9995a2..069eecce42 100644 --- a/native/BUILD +++ b/native/BUILD @@ -215,7 +215,7 @@ g_stands_for = "generative" # @unused core_version = "36.0.0" # @unused -version = "1.59.0-pre2" # @unused +version = "1.59.0" # @unused GPR_PUBLIC_HDRS = [ "include/grpc/support/alloc.h", diff --git a/native/CMakeLists.txt b/native/CMakeLists.txt index 8e8ab81ba5..3be8bd8b1c 100644 --- a/native/CMakeLists.txt +++ b/native/CMakeLists.txt @@ -25,10 +25,10 @@ cmake_minimum_required(VERSION 3.8) set(PACKAGE_NAME "grpc") -set(PACKAGE_VERSION "1.59.0-pre2") +set(PACKAGE_VERSION "1.59.0") set(gRPC_CORE_VERSION "36.0.0") set(gRPC_CORE_SOVERSION "36") -set(gRPC_CPP_VERSION "1.59.0-pre2") +set(gRPC_CPP_VERSION "1.59.0") set(gRPC_CPP_SOVERSION "1.59") set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") set(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}") diff --git a/native/Makefile b/native/Makefile index 2d8aa39a5f..2ff8205a8a 100644 --- a/native/Makefile +++ b/native/Makefile @@ -411,7 +411,7 @@ Q = @ endif CORE_VERSION = 36.0.0 -CPP_VERSION = 1.59.0-pre2 +CPP_VERSION = 1.59.0 CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES)) CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS) diff --git a/native/REVISION.txt b/native/REVISION.txt index a50b4658bb..3718a4a07d 100644 --- a/native/REVISION.txt +++ b/native/REVISION.txt @@ -1 +1 @@ -deb0c6257bd8d2a324a9ff63e9ece562403485ae +08cc1787de022069135004adfdd17938b5062319 diff --git a/native/_metadata.py b/native/_metadata.py index 18fa6f1107..9abfa68c6b 100644 --- a/native/_metadata.py +++ b/native/_metadata.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/_metadata.py.template`!!! -__version__ = """1.59.0rc2""" +__version__ = """1.59.0""" diff --git a/native/build_handwritten.yaml b/native/build_handwritten.yaml index a46f47d266..2b3f51f56a 100644 --- a/native/build_handwritten.yaml +++ b/native/build_handwritten.yaml @@ -16,7 +16,7 @@ settings: csharp_major_version: 2 g_stands_for: generative protobuf_version: 3.24.3 - version: 1.59.0-pre2 + version: 1.59.0 configs: asan: CC: clang diff --git a/native/config.m4 b/native/config.m4 index a182e19f97..7979895ba7 100644 --- a/native/config.m4 +++ b/native/config.m4 @@ -1338,7 +1338,7 @@ if test "$PHP_GRPC" != "no"; then -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DGRPC_ARES=0 \ -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 \ -DGRPC_XDS_USER_AGENT_NAME_SUFFIX='"\"PHP\""' \ - -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX='"\"1.59.0RC2\""') + -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX='"\"1.59.0\""') PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/filters/backend_metrics) PHP_ADD_BUILD_DIR($ext_builddir/src/core/ext/filters/census) diff --git a/native/gRPC-C++.podspec b/native/gRPC-C++.podspec index 030bc8536c..9f5b229f91 100644 --- a/native/gRPC-C++.podspec +++ b/native/gRPC-C++.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-C++' # TODO (mxyan): use version that match gRPC version when pod is stabilized - version = '1.59.0-pre2' + version = '1.59.0' s.version = version s.summary = 'gRPC C++ library' s.homepage = 'https://grpc.io' diff --git a/native/gRPC-Core.podspec b/native/gRPC-Core.podspec index 46020643ef..7642409ac1 100644 --- a/native/gRPC-Core.podspec +++ b/native/gRPC-Core.podspec @@ -21,7 +21,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-Core' - version = '1.59.0-pre2' + version = '1.59.0' s.version = version s.summary = 'Core cross-platform gRPC library, written in C' s.homepage = 'https://grpc.io' diff --git a/native/gRPC-ProtoRPC.podspec b/native/gRPC-ProtoRPC.podspec index 10695f5314..6b52497346 100644 --- a/native/gRPC-ProtoRPC.podspec +++ b/native/gRPC-ProtoRPC.podspec @@ -21,7 +21,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-ProtoRPC' - version = '1.59.0-pre2' + version = '1.59.0' s.version = version s.summary = 'RPC library for Protocol Buffers, based on gRPC' s.homepage = 'https://grpc.io' diff --git a/native/gRPC-RxLibrary.podspec b/native/gRPC-RxLibrary.podspec index 895610158f..ab8484d195 100644 --- a/native/gRPC-RxLibrary.podspec +++ b/native/gRPC-RxLibrary.podspec @@ -21,7 +21,7 @@ Pod::Spec.new do |s| s.name = 'gRPC-RxLibrary' - version = '1.59.0-pre2' + version = '1.59.0' s.version = version s.summary = 'Reactive Extensions library for iOS/OSX.' s.homepage = 'https://grpc.io' diff --git a/native/gRPC.podspec b/native/gRPC.podspec index ad089e0bf7..9a219cfb1e 100644 --- a/native/gRPC.podspec +++ b/native/gRPC.podspec @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.name = 'gRPC' - version = '1.59.0-pre2' + version = '1.59.0' s.version = version s.summary = 'gRPC client library for iOS/OSX' s.homepage = 'https://grpc.io' diff --git a/native/include/grpcpp/version_info.h b/native/include/grpcpp/version_info.h index d81cabbfe1..75c8d8dff2 100644 --- a/native/include/grpcpp/version_info.h +++ b/native/include/grpcpp/version_info.h @@ -21,7 +21,7 @@ #define GRPC_CPP_VERSION_MAJOR 1 #define GRPC_CPP_VERSION_MINOR 59 #define GRPC_CPP_VERSION_PATCH 0 -#define GRPC_CPP_VERSION_TAG "pre2" -#define GRPC_CPP_VERSION_STRING "1.59.0-pre2" +#define GRPC_CPP_VERSION_TAG "" +#define GRPC_CPP_VERSION_STRING "1.59.0" #endif // GRPCPP_VERSION_INFO_H diff --git a/native/package.xml b/native/package.xml index 9a536a3499..0d395191c1 100644 --- a/native/package.xml +++ b/native/package.xml @@ -13,12 +13,12 @@ 2019-09-24 - 1.59.0RC2 - 1.59.0RC2 + 1.59.0 + 1.59.0 - beta - beta + stable + stable Apache 2.0 diff --git a/native/src/csharp/build/dependencies.props b/native/src/csharp/build/dependencies.props index 80a78ca700..aab2254eb0 100644 --- a/native/src/csharp/build/dependencies.props +++ b/native/src/csharp/build/dependencies.props @@ -1,7 +1,7 @@ - 2.59.0-pre2 + 2.59.0 3.24.3 diff --git a/native/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec b/native/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec index 80017df83b..1320162770 100644 --- a/native/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec +++ b/native/src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec @@ -42,7 +42,7 @@ Pod::Spec.new do |s| # exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed # before them. s.name = '!ProtoCompiler-gRPCCppPlugin' - v = '1.59.0-pre2' + v = '1.59.0' s.version = v s.summary = 'The gRPC ProtoC plugin generates C++ files from .proto services.' s.description = <<-DESC diff --git a/native/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec b/native/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec index 0fc483e37b..49c3b7db9b 100644 --- a/native/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec +++ b/native/src/objective-c/!ProtoCompiler-gRPCPlugin.podspec @@ -42,7 +42,7 @@ Pod::Spec.new do |s| # exclamation mark ensures that other "regular" pods will be able to find it as it'll be installed # before them. s.name = '!ProtoCompiler-gRPCPlugin' - v = '1.59.0-pre2' + v = '1.59.0' s.version = v s.summary = 'The gRPC ProtoC plugin generates Objective-C files from .proto services.' s.description = <<-DESC diff --git a/native/src/objective-c/GRPCClient/version.h b/native/src/objective-c/GRPCClient/version.h index 6376e72103..240844cd78 100644 --- a/native/src/objective-c/GRPCClient/version.h +++ b/native/src/objective-c/GRPCClient/version.h @@ -22,4 +22,4 @@ // instead. This file can be regenerated from the template by running // `tools/buildgen/generate_projects.sh`. -#define GRPC_OBJC_VERSION_STRING @"1.59.0-pre2" +#define GRPC_OBJC_VERSION_STRING @"1.59.0" diff --git a/native/src/objective-c/tests/version.h b/native/src/objective-c/tests/version.h index 9386852486..4e39e52a0c 100644 --- a/native/src/objective-c/tests/version.h +++ b/native/src/objective-c/tests/version.h @@ -22,5 +22,5 @@ // instead. This file can be regenerated from the template by running // `tools/buildgen/generate_projects.sh`. -#define GRPC_OBJC_VERSION_STRING @"1.59.0-pre2" +#define GRPC_OBJC_VERSION_STRING @"1.59.0" #define GRPC_C_VERSION_STRING @"36.0.0" diff --git a/native/src/php/ext/grpc/version.h b/native/src/php/ext/grpc/version.h index f598011032..c27a5bccfd 100644 --- a/native/src/php/ext/grpc/version.h +++ b/native/src/php/ext/grpc/version.h @@ -20,6 +20,6 @@ #ifndef VERSION_H #define VERSION_H -#define PHP_GRPC_VERSION "1.59.0RC2" +#define PHP_GRPC_VERSION "1.59.0" #endif /* VERSION_H */ diff --git a/native/src/python/grpcio/grpc/_grpcio_metadata.py b/native/src/python/grpcio/grpc/_grpcio_metadata.py index 2a9f6451da..9d792889cc 100644 --- a/native/src/python/grpcio/grpc/_grpcio_metadata.py +++ b/native/src/python/grpcio/grpc/_grpcio_metadata.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc/_grpcio_metadata.py.template`!!! -__version__ = """1.59.0rc2""" +__version__ = """1.59.0""" diff --git a/native/src/python/grpcio/grpc_version.py b/native/src/python/grpcio/grpc_version.py index 7d406d3246..f6188d36d0 100644 --- a/native/src/python/grpcio/grpc_version.py +++ b/native/src/python/grpcio/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc_version.py.template`!!! -VERSION = '1.59.0rc2' +VERSION = '1.59.0' diff --git a/native/src/python/grpcio_admin/grpc_version.py b/native/src/python/grpcio_admin/grpc_version.py index 55b3b32520..948e54e2b8 100644 --- a/native/src/python/grpcio_admin/grpc_version.py +++ b/native/src/python/grpcio_admin/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_admin/grpc_version.py.template`!!! -VERSION = '1.59.0rc2' +VERSION = '1.59.0' diff --git a/native/src/python/grpcio_channelz/grpc_version.py b/native/src/python/grpcio_channelz/grpc_version.py index 9dfc1ec4c3..261c4d1f06 100644 --- a/native/src/python/grpcio_channelz/grpc_version.py +++ b/native/src/python/grpcio_channelz/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_channelz/grpc_version.py.template`!!! -VERSION = '1.59.0rc2' +VERSION = '1.59.0' diff --git a/native/src/python/grpcio_csds/grpc_version.py b/native/src/python/grpcio_csds/grpc_version.py index dbb530ea8f..181b74fc5d 100644 --- a/native/src/python/grpcio_csds/grpc_version.py +++ b/native/src/python/grpcio_csds/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_csds/grpc_version.py.template`!!! -VERSION = '1.59.0rc2' +VERSION = '1.59.0' diff --git a/native/src/python/grpcio_health_checking/grpc_version.py b/native/src/python/grpcio_health_checking/grpc_version.py index 2290aa60f9..6722e76c4c 100644 --- a/native/src/python/grpcio_health_checking/grpc_version.py +++ b/native/src/python/grpcio_health_checking/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_health_checking/grpc_version.py.template`!!! -VERSION = '1.59.0rc2' +VERSION = '1.59.0' diff --git a/native/src/python/grpcio_reflection/grpc_version.py b/native/src/python/grpcio_reflection/grpc_version.py index b9fe02f0fb..2e5b37457f 100644 --- a/native/src/python/grpcio_reflection/grpc_version.py +++ b/native/src/python/grpcio_reflection/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_reflection/grpc_version.py.template`!!! -VERSION = '1.59.0rc2' +VERSION = '1.59.0' diff --git a/native/src/python/grpcio_status/grpc_version.py b/native/src/python/grpcio_status/grpc_version.py index 76b1298d3b..a39d73fe71 100644 --- a/native/src/python/grpcio_status/grpc_version.py +++ b/native/src/python/grpcio_status/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_status/grpc_version.py.template`!!! -VERSION = '1.59.0rc2' +VERSION = '1.59.0' diff --git a/native/src/python/grpcio_testing/grpc_version.py b/native/src/python/grpcio_testing/grpc_version.py index 09ce94d14a..1c12ce900b 100644 --- a/native/src/python/grpcio_testing/grpc_version.py +++ b/native/src/python/grpcio_testing/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_testing/grpc_version.py.template`!!! -VERSION = '1.59.0rc2' +VERSION = '1.59.0' diff --git a/native/src/python/grpcio_tests/grpc_version.py b/native/src/python/grpcio_tests/grpc_version.py index 477b087a09..c96250cb03 100644 --- a/native/src/python/grpcio_tests/grpc_version.py +++ b/native/src/python/grpcio_tests/grpc_version.py @@ -14,4 +14,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_tests/grpc_version.py.template`!!! -VERSION = '1.59.0rc2' +VERSION = '1.59.0' diff --git a/native/src/ruby/lib/grpc/version.rb b/native/src/ruby/lib/grpc/version.rb index 2ba3c846ee..d972a58114 100644 --- a/native/src/ruby/lib/grpc/version.rb +++ b/native/src/ruby/lib/grpc/version.rb @@ -14,5 +14,5 @@ # GRPC contains the General RPC module. module GRPC - VERSION = '1.59.0.pre2' + VERSION = '1.59.0' end diff --git a/native/src/ruby/tools/version.rb b/native/src/ruby/tools/version.rb index 07afbe03bb..e9838ffb37 100644 --- a/native/src/ruby/tools/version.rb +++ b/native/src/ruby/tools/version.rb @@ -14,6 +14,6 @@ module GRPC module Tools - VERSION = '1.59.0.pre2' + VERSION = '1.59.0' end end diff --git a/native/tools/distrib/python/grpc_version.py b/native/tools/distrib/python/grpc_version.py index c2fcecf71b..4805a015e0 100644 --- a/native/tools/distrib/python/grpc_version.py +++ b/native/tools/distrib/python/grpc_version.py @@ -14,5 +14,5 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!! -VERSION = '1.59.0rc2' +VERSION = '1.59.0' PROTOBUF_VERSION = '3.24.3' diff --git a/native/tools/distrib/python/grpcio_tools/grpc_version.py b/native/tools/distrib/python/grpcio_tools/grpc_version.py index 1151fc8e2a..6b3084c7c5 100644 --- a/native/tools/distrib/python/grpcio_tools/grpc_version.py +++ b/native/tools/distrib/python/grpcio_tools/grpc_version.py @@ -14,5 +14,5 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!! -VERSION = '1.59.0rc2' +VERSION = '1.59.0' PROTOBUF_VERSION = '3.24.3' diff --git a/native/tools/distrib/python/xds_protos/grpc_version.py b/native/tools/distrib/python/xds_protos/grpc_version.py index a0ab8f3f8f..8cad5cf4ac 100644 --- a/native/tools/distrib/python/xds_protos/grpc_version.py +++ b/native/tools/distrib/python/xds_protos/grpc_version.py @@ -14,5 +14,5 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!! -VERSION = '1.59.0rc2' +VERSION = '1.59.0' PROTOBUF_VERSION = '3.24.3' diff --git a/native/tools/doxygen/Doxyfile.c++ b/native/tools/doxygen/Doxyfile.c++ index 0c9a18c7f8..57d7f6374e 100644 --- a/native/tools/doxygen/Doxyfile.c++ +++ b/native/tools/doxygen/Doxyfile.c++ @@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.59.0-pre2 +PROJECT_NUMBER = 1.59.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/native/tools/doxygen/Doxyfile.c++.internal b/native/tools/doxygen/Doxyfile.c++.internal index 85138c45b7..7339ab337d 100644 --- a/native/tools/doxygen/Doxyfile.c++.internal +++ b/native/tools/doxygen/Doxyfile.c++.internal @@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC C++" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.59.0-pre2 +PROJECT_NUMBER = 1.59.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/native/tools/doxygen/Doxyfile.objc b/native/tools/doxygen/Doxyfile.objc index 1ca8fc7812..306240213c 100644 --- a/native/tools/doxygen/Doxyfile.objc +++ b/native/tools/doxygen/Doxyfile.objc @@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Objective-C" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.59.0-pre2 +PROJECT_NUMBER = 1.59.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/native/tools/doxygen/Doxyfile.objc.internal b/native/tools/doxygen/Doxyfile.objc.internal index df6821978c..228197b409 100644 --- a/native/tools/doxygen/Doxyfile.objc.internal +++ b/native/tools/doxygen/Doxyfile.objc.internal @@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Objective-C" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.59.0-pre2 +PROJECT_NUMBER = 1.59.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/native/tools/doxygen/Doxyfile.php b/native/tools/doxygen/Doxyfile.php index 54d96ce1f3..698c3da47a 100644 --- a/native/tools/doxygen/Doxyfile.php +++ b/native/tools/doxygen/Doxyfile.php @@ -40,7 +40,7 @@ # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.59.0-pre2 +PROJECT_NUMBER = 1.59.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a