3.0.5 (2025-11-18)
🐛 Bug Fixes
- Fix crash in
Actor.push_datawith PPE and a strict charging limit (#664) (8f2e4b2) by @janbuchar - Avoid charge calls with count=0 (#665) (a0f894e) by @janbuchar
- Fix Actor.charge behavior when the budget is overdrawn (#668) (88e6ba3) by @janbuchar
- Fix detection of whether any instance is initialized (#675) (b2355cf) by @vdusek
- Update apify client to fix rare
JSONDecodeError(#679) (17c13d1) by @Pijukatel