This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
Releases: zynga/zynga-hacklang-framework
Releases · zynga/zynga-hacklang-framework
Updating ConnectionGoneAwayException logs to not expose credentials
Merge pull request #77 from ssintzz/updateConnectionExceptionLogs Updating ConnectionGoneAwayException logs to not expose credentials
Cleaning up error log
v2.3.2 Removing noisy error log
Add backtrace to error log
v2.3.1 Adding backtrace to the error log
PgData lock timeout
Updating the pgdata system to include the following: (#79) Lock and memcache retry to max 100 and 1 second, whichever comes first Adding an error log when lock takes more than 1 try Adding an exception when trying to lock on an empty row Adding function docs
Removed setMode API
Merge pull request #78 from azimmomin/RemoveSetModeCalls Remove setMode API and fixing unit tests that reference it.
cache improvements
Local caching is now more functional:
- made the local caching infrastructure actually support a default method for mocking that isn't hardcoded (rejoice)
Usage:
$cache = CacheFactory::factory(CacheDriverInterface::class, 'LocalMemcache');
$cache->get($storableobject);
$cache->set($storableobject, [$ttl]); // ttl is optional
- pgData: added retrys for locking, set and delete.
Fix xhprof base path
v2.2.0 NO-TICKET: Fixing the base path for xhprof
Changes to factory framework
V3.0.0 NO-TICKET: Add get driver by class name
Set the override to true for the writer
v2.1.1 Set override writer to true
PgData fix to use writer on clear result set cache
v2.1.0 Merge pull request #72 from zadirksen/pgdata_override_reader_to_write…