-
Notifications
You must be signed in to change notification settings - Fork 16.1k
Comparing changes
Open a pull request
base repository: protocolbuffers/protobuf
base: v3.15.6
head repository: protocolbuffers/protobuf
compare: v3.15.8
- 15 commits
- 39 files changed
- 3 contributors
Commits on Mar 24, 2021
-
Remove the ::pb namespace (alias). (#8423)
This closes #8349, although we will probably still pursue some other name in the future.
Configuration menu - View commit details
-
Copy full SHA for 25968de - Browse repository at this point
Copy the full SHA 25968deView commit details
Commits on Mar 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b75a49f - Browse repository at this point
Copy the full SHA b75a49fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d6fcb - Browse repository at this point
Copy the full SHA f0d6fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ac393 - Browse repository at this point
Copy the full SHA e1ac393View commit details
Commits on Mar 29, 2021
-
Addressed PR comments and fixed a bug.
We now hold the mutex for both map insertions, to protect against a concurrent GC that removes from the seconary map before we can insert into the weak map.
Configuration menu - View commit details
-
Copy full SHA for 2fe27d8 - Browse repository at this point
Copy the full SHA 2fe27d8View commit details -
Merge pull request #8429 from haberman/ruby-gc-secondarymap
Fix unbounded memory growth for Ruby <2.7.
Configuration menu - View commit details
-
Copy full SHA for a38319b - Browse repository at this point
Copy the full SHA a38319bView commit details
Commits on Mar 30, 2021
-
Fixed message equality in cases where the message type is different.
If the message types are different, equality comparison must return false.
Configuration menu - View commit details
-
Copy full SHA for d69f482 - Browse repository at this point
Copy the full SHA d69f482View commit details
Commits on Apr 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 38e1b59 - Browse repository at this point
Copy the full SHA 38e1b59View commit details -
Merge pull request #8434 from haberman/ruby-message-eq
Fixed message equality in cases where the message type is different.
Configuration menu - View commit details
-
Copy full SHA for f3f8707 - Browse repository at this point
Copy the full SHA f3f8707View commit details -
Configuration menu - View commit details
-
Copy full SHA for 240e54e - Browse repository at this point
Copy the full SHA 240e54eView commit details
Commits on Apr 2, 2021
-
Updated CHANGES.txt and package.xml with changes for 3.15.7
Adam Cozzette committedApr 2, 2021 Configuration menu - View commit details
-
Copy full SHA for c00c2d4 - Browse repository at this point
Copy the full SHA c00c2d4View commit details -
Adam Cozzette committed
Apr 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 878be35 - Browse repository at this point
Copy the full SHA 878be35View commit details
Commits on Apr 7, 2021
-
Fixed memory leak of Ruby arena objects.
In our free() method, we were freeing the memory from the upb arena but we were failing to free the memory for the Ruby arena object. This was causing every Ruby arena object to leak: even though the objects were getting GC'd, the underlying memory was not getting released.
Configuration menu - View commit details
-
Copy full SHA for 67fee91 - Browse repository at this point
Copy the full SHA 67fee91View commit details -
Merge pull request #8461 from haberman/ruby-arena-memory-leak
Fixed memory leak of Ruby arena objects.
Configuration menu - View commit details
-
Copy full SHA for 1ed9a8b - Browse repository at this point
Copy the full SHA 1ed9a8bView commit details -
Updated version to 3.15.8 (#8463)
* Update protobuf version * Updated CHANGES.txt and package.xml for 3.15.8
Adam Cozzette authoredApr 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 436bd78 - Browse repository at this point
Copy the full SHA 436bd78View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.15.6...v3.15.8