Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Releases: zynga/zynga-hacklang-framework

Updating ConnectionGoneAwayException logs to not expose credentials

25 Feb 18:03
293cb35
Compare
Choose a tag to compare
Merge pull request #77 from ssintzz/updateConnectionExceptionLogs

Updating ConnectionGoneAwayException logs to not expose credentials

Cleaning up error log

31 Jan 05:29
0b4ef4f
Compare
Choose a tag to compare
v2.3.2

Removing noisy error log

Add backtrace to error log

30 Jan 21:38
8281f15
Compare
Choose a tag to compare
v2.3.1

Adding backtrace to the error log

PgData lock timeout

30 Jan 17:43
29d4d05
Compare
Choose a tag to compare
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

10 Jan 20:18
6ce07a0
Compare
Choose a tag to compare
Merge pull request #78 from azimmomin/RemoveSetModeCalls

Remove setMode API and fixing unit tests that reference it.

cache improvements

07 Jan 17:51
9e16506
Compare
Choose a tag to compare

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

21 Nov 07:27
Compare
Choose a tag to compare
v2.2.0

NO-TICKET: Fixing the base path for xhprof

Changes to factory framework

21 Nov 08:43
Compare
Choose a tag to compare
Pre-release
V3.0.0

NO-TICKET: Add get driver by class name

Set the override to true for the writer

12 Nov 23:35
c9396b7
Compare
Choose a tag to compare
v2.1.1

Set override writer to true

PgData fix to use writer on clear result set cache

12 Nov 21:35
066d40f
Compare
Choose a tag to compare
Merge pull request #72 from zadirksen/pgdata_override_reader_to_write…

…r_when_fetching_data

NO-TICKET: Adds Using the PGData DB Writer When we Manually Bust a Result Set Cache.