<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_protobuf/ruby, branch androidx-sqlite-release</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/'/>
<entry>
<title>Update protobuf version (#6472)</title>
<updated>2019-08-05T17:07:28+00:00</updated>
<author>
<name>Paul Yang</name>
<email>TeBoring@users.noreply.github.com</email>
</author>
<published>2019-08-05T17:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=655310ca192a6e3a050e0ca0b7084a2968072260'/>
<id>655310ca192a6e3a050e0ca0b7084a2968072260</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update protobuf version (#6366)</title>
<updated>2019-07-11T14:52:05+00:00</updated>
<author>
<name>Paul Yang</name>
<email>TeBoring@users.noreply.github.com</email>
</author>
<published>2019-07-11T14:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=6a59a2ad1f61d9696092f79b6d74368b4d7970a3'/>
<id>6a59a2ad1f61d9696092f79b6d74368b4d7970a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into 3.9.x</title>
<updated>2019-06-21T20:31:00+00:00</updated>
<author>
<name>Bo Yang</name>
<email>teboring@google.com</email>
</author>
<published>2019-06-21T20:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=d581c76063e3a4cf468febda2ce8221418f0b813'/>
<id>d581c76063e3a4cf468febda2ce8221418f0b813</id>
<content type='text'>
Conflicts:
	java/lite/pom.xml
	java/util/pom.xml
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	java/lite/pom.xml
	java/util/pom.xml
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/3.8.x'</title>
<updated>2019-06-21T04:01:45+00:00</updated>
<author>
<name>Bo Yang</name>
<email>teboring@google.com</email>
</author>
<published>2019-06-21T04:01:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=bc742640ef42666325cabf810faa0b4b2e069b12'/>
<id>bc742640ef42666325cabf810faa0b4b2e069b12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change int64 json encoding to be string for php and ruby (#6251)</title>
<updated>2019-06-17T20:14:27+00:00</updated>
<author>
<name>Paul Yang</name>
<email>TeBoring@users.noreply.github.com</email>
</author>
<published>2019-06-17T20:14:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=640423f15722d5f5274df8fcb0be5418c9ae0a1e'/>
<id>640423f15722d5f5274df8fcb0be5418c9ae0a1e</id>
<content type='text'>
* Change int64 json encoding to be string for php and ruby

* Fix ruby test

* Sync upb change
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Change int64 json encoding to be string for php and ruby

* Fix ruby test

* Sync upb change
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version to 3.9.0</title>
<updated>2019-06-17T16:34:50+00:00</updated>
<author>
<name>Hao Nguyen</name>
<email>haon@google.com</email>
</author>
<published>2019-06-17T16:34:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=638720274b5990bb2a00bbcf38552e5f55e68dac'/>
<id>638720274b5990bb2a00bbcf38552e5f55e68dac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix TypeError on decoding enum map values in Ruby (#6262)</title>
<updated>2019-06-16T22:20:18+00:00</updated>
<author>
<name>Sorah Fukumori</name>
<email>sora134@gmail.com</email>
</author>
<published>2019-06-16T22:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=997bd354d55de6a8462ac3db0b002aa73b240cff'/>
<id>997bd354d55de6a8462ac3db0b002aa73b240cff</id>
<content type='text'>
value_field_typeclass should be a enum module, not EnumDescriptor
object.

Also expanding tests for enum valued maps.

Fixes #4580

Signed-off-by: Sorah Fukumori &lt;her@sorah.jp&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
value_field_typeclass should be a enum module, not EnumDescriptor
object.

Also expanding tests for enum valued maps.

Fixes #4580

Signed-off-by: Sorah Fukumori &lt;her@sorah.jp&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6166 from blowmage/ruby-remove-to_hash</title>
<updated>2019-06-10T23:02:19+00:00</updated>
<author>
<name>Joshua Haberman</name>
<email>jhaberman@gmail.com</email>
</author>
<published>2019-06-10T23:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=8041dd4034dc837f14c92846acd669e4df01cae2'/>
<id>8041dd4034dc837f14c92846acd669e4df01cae2</id>
<content type='text'>
[Ruby] Remove to_hash methods</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Ruby] Remove to_hash methods</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Ruby to_hash methods</title>
<updated>2019-05-22T19:21:51+00:00</updated>
<author>
<name>Mike Moore</name>
<email>mike@blowmage.com</email>
</author>
<published>2019-05-22T19:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=565154af78c01c0424833022179dbfbe43fb081c'/>
<id>565154af78c01c0424833022179dbfbe43fb081c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update protobuf version</title>
<updated>2019-05-21T21:07:13+00:00</updated>
<author>
<name>Hao Nguyen</name>
<email>haon@google.com</email>
</author>
<published>2019-05-21T21:07:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_protobuf/commit/?id=b0d648664df2cb34fe5bcc6e8a2cff8c20096093'/>
<id>b0d648664df2cb34fe5bcc6e8a2cff8c20096093</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
