Releases: moneyforward/auriga
Releases · moneyforward/auriga
v1.3.0
What's Changed
- add goreleaser settings by @sho0126hiro in #3
- fix ci config by @sho0126hiro in #6
- #4 Support reaction with specified skin-tones by @sho0126hiro in #5
- #12 bug fix: Split userIDs and call the user info API by @sho0126hiro in #15
- When Auriga replies to email addresses, the message is divided into 50 lines each. by @sho0126hiro in #16
- Fix/get all reacted users by @sho0126hiro in #18
- Change message ephemeral by @ichiki-mfw in #20
Full Changelog: v1.0.0...v1.3.0
v1.2.1
Changelog
- 79058ef Merge pull request #19 from moneyforward/develop
- 0afc4cb Merge pull request #18 from moneyforward/fix/get_all_reacted_users
- a63ad86 fix pkg name
- 3887943 move reactions(var)
- 049520c delete testing
- a5856d2 fix implementation
- 0ba9d0e add comment
- e8136cf fix condition
- 5f2bdb0 add testing
- db34d6d mock generate
- f0cbdbd change method name
- 4784ab1 delete unused field
- 416501f delete unused field
- e6cd1c8 fix slackReactionUsersService.ListUsersEmailByReaction
- e12b7c5 add slackClient.GetReaction method'
- 9f27c9e fix variable names and add comment
v1.2.0
Overview
Support for sending more than 30 email addresses
The issues completed in this release.
- bug fix: No reply when a user calls Auriga specifying a reaction which reacted many people #12
- feat: Allow Auriga to POST a sentence that exceeds the character limit #13
Changelog
- cb23816 Merge pull request #17 from moneyforward/develop
- dd3bc0a Merge pull request #16 from moneyforward/feature/restrict_text_length_in_post_message_request
- b81c7a8 bulder.Grow の使い方間違っていたので修正
- aae2050 test fix: dry constance
- 580885c 実装+テスト修正 (不要と思われる改行削除)
- f2788dd 分割送信処理修正 & テスト修正
- 2d77497 Merge branch 'develop' into feature/restrict_text_length_in_post_message_request
- 4710bc5 Merge pull request #15 from moneyforward/fix/get-user-info-chunked-request
- 115a104 fix impl and add test
- be5e55b add test
- 8d63079 add arguments of postEmailList method
- 13c62c7 impl: postEmailList method
- eb285e6 Merge branch 'fix/get-user-info-chunked-request' into feature/restrict_text_length_in_post_message_request
- 42de21b rename slack error response service to slack response service
- c5e1716 add comment when function-user sets chunkSize is less than 1
- 6bdf150 add test when s is empty
- 272355d Update app/internal/domain/service/slack_reaction_users.go
- e3f3412 fix lint
- 59b8c05 implement chunkedListUsersEmail method
- f4d0bb4 add slice utility
v1.1.0
Changelog
- 8b6b599 Merge pull request #7 from moneyforward/develop
- e1772d3 Merge pull request #5 from moneyforward/feature_#4_skin-tone
- 78d97a2 fixed
- d09b7ee add comment
- 4cfc478 fix lint
- caeb33f move reg to pkg/slack, and fix getReactionUserIDs function
- 6073859 change method name
- d0e479b add extractSlackReactionName method
- 3e84483 add isSlackReaction method
- b1bad80 Merge branch 'develop' into feature_#4_skin-tone
- cb86423 Merge pull request #6 from moneyforward/fix_ci
- 0d3d7a4 fix ci-lint verison
- ec3b36d fix ci config
- f0731af fix lint
- 4a9154e delete unnecessary log
- 61af86d change file name
- a2ab4c9 changed to get user regardless of the skin-tone specified for the reaction
- 227b344 change model
- 31ab33e fix slackReactionUsersService.getReactionUserIDs method
- 525674c fix mention parse function
- b66709a add skin-color-array
- 025e149 Merge pull request #3 from moneyforward/goreleaser
- d409263 update golangci-lint
- 6c5dd1d add validate-goreleaser workflow
- 94f792c add release ci
- 86a67e8 add goreleaser settings