@@ -4,7 +4,7 @@ Okta is the complete identity solution for all your apps and people that’s uni
4
4
5
5
## Prerequisites
6
6
7
- - Created Okta account with added application on [ Add Application Page] ( https://okta-domain.okta.com/enduser/catalog ) page. (change okta-domain to you'r domain received after complete registration)
7
+ - Created Okta account with added application on [ Add Application Page] ( https://okta-domain.okta.com/enduser/catalog ) page. (change okta-domain to your domain received after complete registration)
8
8
9
9
## Airbyte Open Source
10
10
@@ -86,33 +86,34 @@ The connector is restricted by normal Okta [requests limitation](https://develop
86
86
87
87
| Version | Date | Pull Request | Subject |
88
88
| :--------| :-----------| :---------------------------------------------------------| :-------------------------------------------------------------------------------|
89
- | 0.2.11 | 2024-08-12 | [ 43820] ( https://github.com/airbytehq/airbyte/pull/43820 ) | Update dependencies |
90
- | 0.2.10 | 2024-08-10 | [ 43672] ( https://github.com/airbytehq/airbyte/pull/43672 ) | Update dependencies |
91
- | 0.2.9 | 2024-08-03 | [ 43279] ( https://github.com/airbytehq/airbyte/pull/43279 ) | Update dependencies |
92
- | 0.2.8 | 2024-07-27 | [ 42739] ( https://github.com/airbytehq/airbyte/pull/42739 ) | Update dependencies |
93
- | 0.2.7 | 2024-07-20 | [ 42284] ( https://github.com/airbytehq/airbyte/pull/42284 ) | Update dependencies |
94
- | 0.2.6 | 2024-07-13 | [ 41756] ( https://github.com/airbytehq/airbyte/pull/41756 ) | Update dependencies |
95
- | 0.2.5 | 2024-07-10 | [ 41269] ( https://github.com/airbytehq/airbyte/pull/41269 ) | Update dependencies |
96
- | 0.2.4 | 2024-07-06 | [ 40904] ( https://github.com/airbytehq/airbyte/pull/40904 ) | Update dependencies |
97
- | 0.2.3 | 2024-06-25 | [ 40316] ( https://github.com/airbytehq/airbyte/pull/40316 ) | Update dependencies |
98
- | 0.2.2 | 2024-06-22 | [ 40002] ( https://github.com/airbytehq/airbyte/pull/40002 ) | Update dependencies |
99
- | 0.2.1 | 2024-06-04 | [ 39016] ( https://github.com/airbytehq/airbyte/pull/39016 ) | [ autopull] Upgrade base image to v1.2.1 |
100
- | 0.2.0 | 2024-05-16 | [ 36509] ( https://github.com/airbytehq/airbyte/pull/36509 ) | Migrate to Low Code |
101
- | 0.1.16 | 2023-07-07 | [ 20833] ( https://github.com/airbytehq/airbyte/pull/20833 ) | Fix infinite loop for GroupMembers stream |
102
- | 0.1.15 | 2023-06-20 | [ 27533] ( https://github.com/airbytehq/airbyte/pull/27533 ) | Fixed group member stream and resource sets stream pagination |
103
- | 0.1.14 | 2022-12-24 | [ 20877] ( https://github.com/airbytehq/airbyte/pull/20877 ) | Disabled OAuth2.0 authorization method |
104
- | 0.1.13 | 2022-08-12 | [ 14700] ( https://github.com/airbytehq/airbyte/pull/14700 ) | Add resource sets |
105
- | 0.1.12 | 2022-08-05 | [ 15050] ( https://github.com/airbytehq/airbyte/pull/15050 ) | Add parameter ` start_date ` for Logs stream |
106
- | 0.1.11 | 2022-08-03 | [ 14739] ( https://github.com/airbytehq/airbyte/pull/14739 ) | Add permissions for custom roles |
107
- | 0.1.10 | 2022-08-01 | [ 15179] ( https://github.com/airbytehq/airbyte/pull/15179 ) | Fix broken schemas for all streams |
108
- | 0.1.9 | 2022-07-25 | [ 15001] ( https://github.com/airbytehq/airbyte/pull/15001 ) | Return deprovisioned users |
109
- | 0.1.8 | 2022-07-19 | [ 14710] ( https://github.com/airbytehq/airbyte/pull/14710 ) | Implement OAuth2.0 authorization method |
110
- | 0.1.7 | 2022-07-13 | [ 14556] ( https://github.com/airbytehq/airbyte/pull/14556 ) | Add User_Role_Assignments and Group_Role_Assignments streams (full fetch only) |
111
- | 0.1.6 | 2022-07-11 | [ 14610] ( https://github.com/airbytehq/airbyte/pull/14610 ) | Add custom roles stream |
112
- | 0.1.5 | 2022-07-04 | [ 14380] ( https://github.com/airbytehq/airbyte/pull/14380 ) | Add Group_Members stream to okta source |
113
- | 0.1.4 | 2021-11-02 | [ 7584] ( https://github.com/airbytehq/airbyte/pull/7584 ) | Fix incremental params for log stream |
114
- | 0.1.3 | 2021-09-08 | [ 5905] ( https://github.com/airbytehq/airbyte/pull/5905 ) | Fix incremental stream defect |
115
- | 0.1.2 | 2021-07-01 | [ 4456] ( https://github.com/airbytehq/airbyte/pull/4456 ) | Fix infinite pagination in logs stream |
89
+ | 0.3.0 | 2024-08-13 | [ 43382] ( https://github.com/airbytehq/airbyte/pull/43382 ) | Support OAuth 2.0 with private key |
90
+ | 0.2.11 | 2024-08-12 | [ 43820] ( https://github.com/airbytehq/airbyte/pull/43820 ) | Update dependencies |
91
+ | 0.2.10 | 2024-08-10 | [ 43672] ( https://github.com/airbytehq/airbyte/pull/43672 ) | Update dependencies |
92
+ | 0.2.9 | 2024-08-03 | [ 43279] ( https://github.com/airbytehq/airbyte/pull/43279 ) | Update dependencies |
93
+ | 0.2.8 | 2024-07-27 | [ 42739] ( https://github.com/airbytehq/airbyte/pull/42739 ) | Update dependencies |
94
+ | 0.2.7 | 2024-07-20 | [ 42284] ( https://github.com/airbytehq/airbyte/pull/42284 ) | Update dependencies |
95
+ | 0.2.6 | 2024-07-13 | [ 41756] ( https://github.com/airbytehq/airbyte/pull/41756 ) | Update dependencies |
96
+ | 0.2.5 | 2024-07-10 | [ 41269] ( https://github.com/airbytehq/airbyte/pull/41269 ) | Update dependencies |
97
+ | 0.2.4 | 2024-07-06 | [ 40904] ( https://github.com/airbytehq/airbyte/pull/40904 ) | Update dependencies |
98
+ | 0.2.3 | 2024-06-25 | [ 40316] ( https://github.com/airbytehq/airbyte/pull/40316 ) | Update dependencies |
99
+ | 0.2.2 | 2024-06-22 | [ 40002] ( https://github.com/airbytehq/airbyte/pull/40002 ) | Update dependencies |
100
+ | 0.2.1 | 2024-06-04 | [ 39016] ( https://github.com/airbytehq/airbyte/pull/39016 ) | [ autopull] Upgrade base image to v1.2.1 |
101
+ | 0.2.0 | 2024-05-16 | [ 36509] ( https://github.com/airbytehq/airbyte/pull/36509 ) | Migrate to Low Code |
102
+ | 0.1.16 | 2023-07-07 | [ 20833] ( https://github.com/airbytehq/airbyte/pull/20833 ) | Fix infinite loop for GroupMembers stream |
103
+ | 0.1.15 | 2023-06-20 | [ 27533] ( https://github.com/airbytehq/airbyte/pull/27533 ) | Fixed group member stream and resource sets stream pagination |
104
+ | 0.1.14 | 2022-12-24 | [ 20877] ( https://github.com/airbytehq/airbyte/pull/20877 ) | Disabled OAuth2.0 authorization method |
105
+ | 0.1.13 | 2022-08-12 | [ 14700] ( https://github.com/airbytehq/airbyte/pull/14700 ) | Add resource sets |
106
+ | 0.1.12 | 2022-08-05 | [ 15050] ( https://github.com/airbytehq/airbyte/pull/15050 ) | Add parameter ` start_date ` for Logs stream |
107
+ | 0.1.11 | 2022-08-03 | [ 14739] ( https://github.com/airbytehq/airbyte/pull/14739 ) | Add permissions for custom roles |
108
+ | 0.1.10 | 2022-08-01 | [ 15179] ( https://github.com/airbytehq/airbyte/pull/15179 ) | Fix broken schemas for all streams |
109
+ | 0.1.9 | 2022-07-25 | [ 15001] ( https://github.com/airbytehq/airbyte/pull/15001 ) | Return deprovisioned users |
110
+ | 0.1.8 | 2022-07-19 | [ 14710] ( https://github.com/airbytehq/airbyte/pull/14710 ) | Implement OAuth2.0 authorization method |
111
+ | 0.1.7 | 2022-07-13 | [ 14556] ( https://github.com/airbytehq/airbyte/pull/14556 ) | Add User_Role_Assignments and Group_Role_Assignments streams (full fetch only) |
112
+ | 0.1.6 | 2022-07-11 | [ 14610] ( https://github.com/airbytehq/airbyte/pull/14610 ) | Add custom roles stream |
113
+ | 0.1.5 | 2022-07-04 | [ 14380] ( https://github.com/airbytehq/airbyte/pull/14380 ) | Add Group_Members stream to okta source |
114
+ | 0.1.4 | 2021-11-02 | [ 7584] ( https://github.com/airbytehq/airbyte/pull/7584 ) | Fix incremental params for log stream |
115
+ | 0.1.3 | 2021-09-08 | [ 5905] ( https://github.com/airbytehq/airbyte/pull/5905 ) | Fix incremental stream defect |
116
+ | 0.1.2 | 2021-07-01 | [ 4456] ( https://github.com/airbytehq/airbyte/pull/4456 ) | Fix infinite pagination in logs stream |
116
117
| 0.1.1 | 2021-06-09 | [ 3937] ( https://github.com/airbytehq/airbyte/pull/3973 ) | Add ` AIRBYTE_ENTRYPOINT ` env variable for kubernetes support |
117
118
| 0.1.0 | 2021-05-30 | [ 3563] ( https://github.com/airbytehq/airbyte/pull/3563 ) | Initial Release |
118
119
0 commit comments