Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: google/nomulus

Tags

nomulus-20251023-RC00

Toggle nomulus-20251023-RC00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Delete step to push to release repo, trigger next release steps based…

… on tag format (#2833)

* Change release cb file

* Add brackets around tag variable

* Redo tag matching

* Have tag matcher like the one in cb dev

nomulus-20251022-RC00

Toggle nomulus-20251022-RC00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Delete step to push to release repo, trigger next release steps based…

… on tag format (#2833)

* Change release cb file

* Add brackets around tag variable

* Redo tag matching

* Have tag matcher like the one in cb dev

proxy-20251020-RC00

Toggle proxy-20251020-RC00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Anonymize support users in console history, add minor UI updates (#2851)

nomulus-20251021-RC00

Toggle nomulus-20251021-RC00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Anonymize support users in console history, add minor UI updates (#2851)

nomulus-20251020-RC01

Toggle nomulus-20251020-RC01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Anonymize support users in console history, add minor UI updates (#2851)

nomulus-20251020-RC00

Toggle nomulus-20251020-RC00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Anonymize support users in console history, add minor UI updates (#2851)

nomulus-20251019-RC00

Toggle nomulus-20251019-RC00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Anonymize support users in console history, add minor UI updates (#2851)

nomulus-20251018-RC00

Toggle nomulus-20251018-RC00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Anonymize support users in console history, add minor UI updates (#2851)

nomulus-20251017-RC00

Toggle nomulus-20251017-RC00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use transaction time for deletion time cache ticker (#2848)

Basically, what happened is that the cache's expireAfterWrite was being
called some number of milliseconds (say, 50-100) after the transaction
was started. That method used the transaction time instead of the
current time, so as a result the entries were sticking around 50-100ms
longer in the cache than they should have been.

This fix contains two parts, each of which I believe would be sufficient
on their own to fix the issue:
1. Use the currentTime passed in in Expiry::expireAfterCreate
2. Use the transaction time in the cache's Ticker. This keeps everything
   on the same schedule.

nomulus-20251016-RC00

Toggle nomulus-20251016-RC00's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow Gradle to use more heap space (#2847)

During the release process, we are seeing the message "Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)" which seemingly can be caused by OOMs