Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.1 #7

Merged
merged 20 commits into from Oct 28, 2020
Merged

Release 1.2.1 #7

merged 20 commits into from Oct 28, 2020

Conversation

hainayanda
Copy link
Collaborator

@hainayanda hainayanda commented Oct 27, 2020

  • Added LockRunner protocol to abstract safe multithread access
  • Change RetryControl closure into escaping
  • Added Finally block
  • Added Timeout
  • Fix Aggregate not running first aggregated request
  • Make some weak variable on closure strong, since in the real implementation, there's no one keeping the variable to be strong and the variable will always be released after the closure completed
  • Fix retry control called when task is cancelled
  • Remove some mutating to achieve more functional code, thus less effect to any outside variable
  • Added some unit test for aggregate
  • Added validate and retrycontrol to unit test
  • Added unit test for decoder

@Devin-Kp Devin-Kp merged commit ac21ebf into oss-homecredit-id:main Oct 28, 2020
@hainayanda hainayanda deleted the Release-1.2.1 branch March 28, 2022 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants