forked from pool/grpc-httpjson-transcoding
- Remove all subpackages except source - envoy-proxy needs the whole source tree instead of a library and there is no other consumer of grpc-httpjson-transcoding. OBS-URL: https://build.opensuse.org/request/show/765176 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/grpc-httpjson-transcoding?expand=0&rev=14
56 lines
2.3 KiB
Plaintext
56 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jan 17 09:58:19 UTC 2020 - Michał Rostecki <mrostecki@opensuse.org>
|
|
|
|
- Remove all subpackages except source - envoy-proxy needs the
|
|
whole source tree instead of a library and there is no other
|
|
consumer of grpc-httpjson-transcoding.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 05 11:59:40 UTC 2019 - mrostecki@opensuse.org
|
|
|
|
- Update to version 20190920:
|
|
* Changed return of ByteCount() to use plain int64_t.
|
|
* Relax Base64 Decoding Strict decoding breaks Base64 MIME encodings, which place newlines after a certain number of spaces. MIME encoding is commonly used by Java Clients.
|
|
* Update googleapis and protobuf
|
|
* Run clang-format
|
|
* Make path matcher utility compilable with gcc 4.9
|
|
* Replace std::set with std::unordered_set in path matcher utility
|
|
* Make path_matcher.h compile with gcc 4.9
|
|
* Replace std::set with std::unordered_set in path matcher
|
|
* Replace a single character string literal with a character
|
|
- Add patch which fixes the build with newer googleapis:
|
|
* 0001-bazel-Update-googleapis-and-do-not-define-custom-BUI.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 18 11:36:32 UTC 2019 - Michal Rostecki <mrostecki@opensuse.org>
|
|
|
|
- Add source package, which is needed to fix envoy-proxy.
|
|
(boo#1129568)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 7 13:15:22 UTC 2019 - Michal Rostecki <mrostecki@opensuse.org>
|
|
|
|
- Add soname to all *.so* files.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 22 12:23:57 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
|
|
|
|
- Adjust to downgraded version of googleapis.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 15 12:21:31 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 29 11:02:23 UTC 2018 - Michał Rostecki <mrostecki@suse.de>
|
|
|
|
- Update to version 20181128:
|
|
* bazel: Allow to distdir all dependencies
|
|
* travis: Update Bazel version to 0.19.2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 28 19:31:18 UTC 2018 - Michał Rostecki <mrostecki@suse.de>
|
|
|
|
- Initial release - 20180530
|