# Release History

***

### V1.9

#### Created: 2025-10-23

* added properties to StreamConfiguration for completeness

***

### V1.8

#### Created: 2025-10-23

* fixed up billing events
* bumped version numbers

***

### V1.7

#### Created: 2025-06-14

* updated schemas to resolve the view creation issues

***

### V1.6

#### Created: 2025-06-12

* added check around pull request commits and comments to ensure there is data available before enqueing results.
* modified commits and pull request streams to utilize the lists returned instead of fetching data each item individually
* fixed schema for pull requests to fix json validation errors
* added pull request events stream
* added in repoistory stream
* added in branch stream
* added organization stream
* added organization members stream
* added organization teams stream

***

### V1.5

#### Created: 2025-06-04

Changed get\_github\_client to pass `Auth.Token`, `per_page=250`, `pool_size`, and `lazy=True` Introduced batch thresholds (`batch_size=100` for commits, `batch_size=10` for pull requests) and intermediate enqueue\_results calls Updated JSON schemas to use proper type hints and boolean defaults

***

### V1.4

#### Created: 2025-06-04

* fixed error with invalid dates for incremental syncs

***

### V1.3

#### Created: 2025-06-04

* fixed issue for pull request date objects being saved into state

***

### V1.2

#### Created: 2025-06-04

* ensured OAuth token is obtained at the start of a sync run

***

### V1.1

#### Created: 2025-05-29

* added OAuth App as authentication method

***

### V1.0

#### Created: 2025-05-06

* bumped version numbers
* added streams for pull requests, pull request commits and pull request comments
* updated logging framework

***
