Releases: integration-os/integrationos
Releases · integration-os/integrationos
1.4.0
What's Changed
- fix: adding a sensible default on cache secret by @samgj18 in #56
- feat: added microsoft dynamics 365 sales oauth endpoints by @siddharth-bhansali in #57
- refactor: remove passthrough wrapping from error response by @paulkr in #60
- feat: added sage accounting oauth endpoints by @oberoi-gaurav in #59
- feat: added microsoft dynamics 365 business central oauth endpoints by @oberoi-gaurav in #61
- fix: only fetch supported connection model definitions by @paulkr in #63
New Contributors
- @siddharth-bhansali made their first contribution in #57
- @oberoi-gaurav made their first contribution in #59
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- feat: add platform oauth api by @paulkr in #53
- fix: update context and path to platform-oauth Dockerfile by @peterkuczera in #54
- feat: refreshing oauth connection two minutes prior by @samgj18 in #55
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- chore: Cleaning gateway folder structure by @samgj18 in #39
- refactor: organise folder structure for uniformity by @samgj18 in #41
- refactor: moving integrationos-domain to integrationos by @samgj18 in #42
- feature: implementing yaml openapi spec by @samgj18 in #44
- ci: add GitHub Action workflow to validate PR title by @peterkuczera in #40
- feature: enable rate limit for connections api by @samgj18 in #45
- fix: changing audience and issuer on jwt token by @samgj18 in #47
- chore: update IntegrationOS images in Docker Compose to 1.1.3 by @peterkuczera in #46
- refactor: Remove CORE_USER_SECRET from typescript-services by @paulkr in #48
- feat: implementing minimal cache wrapper by @samgj18 in #43
- feat: making the unified api a separate component by @samgj18 in #49
- feat: add supported status to connection model definition by @paulkr in #50
- feat: utilizing integrationos cache wrapper on unified api by @samgj18 in #51
- fix: issue with CMD templating by removing handlebars registry by @paulkr in #52
Full Changelog: 1.1.3...1.2.0
1.1.3
1.1.2
1.1.1
What's Changed
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Migration to IOS v1.0.0 by @samgj18 in #5
- Migrating from http 0.* to 1.*, and IOS v.3.0.0 by @samgj18 in #7
- Add helper link to connection definition frontend spec by @paulkr in #9
- Add CODEOWNERS file by @peterkuczera in #10
- Merge
admin
routes with private routes by @samgj18 in #11 - Update Readme by @krish221997 in #12
- Fix jwt authentication and adding platforms endpoints by @samgj18 in #13
- Using mutable self for update by @samgj18 in #14
- Moving connection model definition test to proper place by @samgj18 in #15
- Removing sensitive data from connection configuration by @samgj18 in #16
- Removing sensitive data from connection configuration by @samgj18 in #17
- Removing isEngineeringAccount flag by @samgj18 in #18
- Revert "Removing isEngineeringAccount flag" by @samgj18 in #20
- Fixing rust version to 1.77 by @samgj18 in #21
- Enable is_full_template feature for COD by @samgj18 in #23
- Delete should not implement PublicExt by @samgj18 in #24
- Adding logs on OAuth service for debugging by @samgj18 in #25
- Using proper id for creating OAuth connection by @samgj18 in #26
- Enable first round of ignored tests by @samgj18 in #27
- Enable second round of ignored tests by @samgj18 in #28
- Fixing backward compatibility problems by @samgj18 in #29
- Update OAuth caching logic by @paulkr in #30
- Removing sensitive data from connection configuration by @samgj18 in #31
- Bump integrationos-domain to 4.1.2 by @paulkr in #33
- Returning mapped connection model schemas only by @samgj18 in #32
- Bump integrationos-domain to 4.1.3 by @paulkr in #34
- Bump integrationos domain 4.1.3 by @paulkr in #35
New Contributors
- @samgj18 made their first contribution in #5
- @paulkr made their first contribution in #9
- @krish221997 made their first contribution in #12
Full Changelog: 1.0.0...1.1.0
1.0.0
Use Docker Compose to run IntegrationOS locally (#3)