Skip to content

Releases: talk-to/Forge

Now on executor registration we completely rely on TaskRetrier to execute tasks

04 Feb 06:21
Compare
Choose a tag to compare

Fix the way Taskretrier executes in loop

04 Feb 06:20
Compare
Choose a tag to compare

Official public release 🎉

10 Sep 07:57
Compare
Choose a tag to compare
1.1.5

Release 1.1.5

Update podspec

10 Sep 07:56
Compare
Choose a tag to compare
  • Update pod name to FlockForge since Forge is taken.
  • Update source URL to use https instead of git for pod lint.

Update Rakefile to allow warnings when releasing pod

10 Sep 07:55
Compare
Choose a tag to compare

Prepare for release

10 Sep 07:54
Compare
Choose a tag to compare
  • Remove dependency from FlockSwiftUtils.
  • Update README.
  • Add architecture and debugging documentation.

Fixing warnings and tests

06 Sep 10:54
Compare
Choose a tag to compare
  1. Updated Tests project to cocoapods 1.7.4
  2. Update to Swift 5.0 for tests project (no changes required)
  3. Fixed warnings from project.

Logging in Forge

05 Sep 11:37
Compare
Choose a tag to compare

1. Logging in Forge

Expose a protocol for different logging functions (base on logging severity), which can be conformed by an app-side class and its object can be injected into Forge.

2. Enable assertions in Forge for production builds

Allow result type to be any

30 May 05:47
Compare
Choose a tag to compare
  • Allow result type to be any so that any type of result can be sent by executor (ie GatewayWrapper) and the same can be received back in ChangeManager (ie ThreadChangeManager). This helps in sending JSON or any other result from Executor to ChangeManager.
  • All some logs

Refer : #11

Fix dependency version

30 May 05:48
Compare
Choose a tag to compare

Fix flock swift utils dependency version