Releases: wintermi/get-tmdb
Releases · wintermi/get-tmdb
v0.1.0
Changelog
- 1e4753a feat: increase chunk size to 3000
- be30ac2 feat: fix issue that caused the last closure of the Worker Pool to hang
- 4a898ca feat: change Production Companies to Companies
- 21a1490 feat: change Production Companies to Companies
- bc3159c feat: add Production Companies Export
- d8636ed feat: add Keywords Export
- fc1f083 feat: add TV Networks Export
- cc8f362 feat: add Collection Export
- 770395b feat: add People Export
- b6a6703 feat: add TV Series Export
- 980d360 feat: add skip export flags
- fa46abe feat: generalise worker pool functions for use with more than just Movie Exports
- dd34687 feat: increase number of retries allowed to 10 and lower the worker pool to 100
- ffd813c feat: add retries and increase worker pool to 200
- f354f18 feat: add Movie DB constructor
- 26b39a6 feat: fix lint error
- 9a08123 feat: add Worker Pools allowing for 50 concurrent requests, plus chunking
- 7887b5a feat: change to use a different HTTP request package
- 7a9d774 feat: add the code to request and write to file the Movie Detail
- f38309d feat: add the code to iterate through the Movie Daily Export IDs
- e868ba8 Initial Commit