Skip to content

Releases: gudtech/scamp-go

Unique running service file with path from config

19 Dec 20:18
Compare
Choose a tag to compare

Ignore null service certs/sigs

18 Jun 17:29
272e76d
Compare
Choose a tag to compare

Ignore null service certificates and signatures when scanning discovery cache.

Fix timer memory leak

25 Apr 17:57
f5f4bd6
Compare
Choose a tag to compare

Fix for timer memory leak that was crashing services under heavy load

Removed debug print statements

08 Apr 16:34
f7f48c9
Compare
Choose a tag to compare

Removed debug print statements that were missed in last merge

Added ticket and privilege validation

05 Apr 21:24
Compare
Choose a tag to compare

Updated service actions to accept action_options to be used in ticket and privilege validation. Existing scamp-go services will need to updated in order to use this release.

service.Register("Logger.log", log.Log)

Must me updated to pass an ActionOptions struct or nil:

service.Register("Logger.log", log.Log, nil)

Add check for nil client

21 Aug 22:16
d6b5f37
Compare
Choose a tag to compare
Merge pull request #24 from Aceeri/dev

Check for nil client on serviceProxy

Discovery cache memory leak fix

14 Aug 18:19
3e7f5af
Compare
Choose a tag to compare

*Fixes for discovery cache memory leak
*Improvements to service proxy client selection for scamp requests

Update to Kubernetes liveness and CircleCi version

03 Aug 22:34
d626105
Compare
Choose a tag to compare

running-services support for kubernetes

26 Jul 20:51
b157f14
Compare
Choose a tag to compare
  • scamp updated to create an empty file in /backplane/running-services/ to support kubernetes liveness checks
  • small fix to address memeory leak in cache refresh

Fixed broken pipe error

19 Jun 00:22
7145a8c
Compare
Choose a tag to compare

Fixed error where scamp would attempt to resend after receiving a broken pipe error