# Changelog

Combined changelog for GoLogin node.js SDK

## [3.0.3] 2026-08-03

### Fixes

* Fixed Chrome extensions download race when the same extension IDs are listed in both `chromeExtensions` and `userChromeExtensions`
* Made extension archive deletion ignore missing files (`ENOENT`) during parallel extract cleanup

### Features

* Added profile start step timings via `debug` (`DEBUG=gologin`)

## [3.0.2] 2026-07-29

### Features

* Added `customChromeFrame` option to control writing `browser.custom_chrome_frame: false` into profile Preferences

## [3.0.1] 2026-07-28

### Fixes

* Fixed crash when profile user agent is malformed and `executablePath` is set

## [3.0.0] 2026-06-24

### Features

* Impoved package initialization speed and profile start speed
* Replaced request npm package with native fetch


## [2.2.9] 2026-06-08

### Fixes

* Disabled fonts downloading which was throwing errors
* Type fixes
* Added Proxy Error message to socks5 proxies check fails
* Added (Gologin) prefix where gologin proxies failed
* Profile start timing optimization

## [2.2.7] 2026-02-06

### Fixes

* Fix error on attempt to add proxy using `addGologinProxyToProfile`
* Bookmarks fixes

## [2.2.6] 2026-02-05


### Fixes

* Bookmarks writing on lower versions of orbita

## [2.2.5] 2026-02-05


### Fixes

* Bookmarks reading on lower versions of orbita

## [2.2.4] 2026-02-05


### Fixes

* Improved bookmarks and extensions syncronization with db

## [2.2.3] 2026-02-02


### Fixes

* Assert syntax fix for higher node.js versions

### New

* Secured Orbita launch

## [2.2.1] 2026-01-20


Combined changelog for GoLogin node.js SDK

## [2.1.34] 2025-09-11


### Fixes

* Errors grouping for internal uses

## [2.1.33] 2025-09-11


### Fixes

* Orbita download doesnt interupts while opening two profiles in parallel
* Error gathering changes

## [2.1.32] 2025-09-11


### Fixes

* Custom extension downloading now works correctly

## [2.1.31] 2025-09-01


### Fixes

* Orbita downloading doesnt break the flow if major version is skipped
* Languages passing now works correctly

## [2.1.29] 2025-07-11


### Fixes

* Free proxy support on orbita 135+

## [2.1.28] 2025-07-10


### Fixes

* Added removing Sync Data folder to prevent crashes

## [2.1.27] 2025-07-10


### New

* Added possibility to change proxy check timeout

## [2.1.26] 2025-07-02


### Fixes

* Socks 5 proxy passing

## [2.1.24] 2025-06-16


### Fixes

* Error running profile with proxies
* Proxy passing in orbita 135 

## [2.1.23] 2025-06-09


### Fixes

* Viewport of puppeteer complies with profile resolution

### New

* Added fallback url for blocked countries

### Miscellaneous Chores

* Added sentry to have information about errors that users face


## [2.1.21] 2025-04-23


### Miscellaneous Chores

* Deleted old exmaples and added new one that up to date
* Added changelog to track changes
