f49cbd2b6a 
					 
					
						
						
							
							fix(ci): Use .npmrc for registry authentication in Gitea workflow and add conditional npmjs publish  
						
						
						
						
					 
					
						2025-10-26 14:12:37 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4c55243646 
					 
					
						
						
							
							fix(workflows): Remove npmci wrappers from CI workflows and use pnpm/npm CLI directly  
						
						
						
						
					 
					
						2025-10-26 14:07:55 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3996a69f91 
					 
					
						
						
							
							fix(ci): Fix Gitea workflow publish invocation to run npm publish via npmci command  
						
						
						
						
					 
					
						2025-10-25 17:16:01 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d141ceeaf7 
					 
					
						
						
							
							fix(ci): Improve Gitea release workflow: install deps, configure Gitea npm registry, and optionally publish to npmjs.org  
						
						
						
						
					 
					
						2025-10-25 17:09:33 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5bae452365 
					 
					
						
						
							
							fix(core): Remove stray console.log from core module  
						
						
						
						
					 
					
						2025-10-17 09:09:12 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						361d97f440 
					 
					
						
						
							
							fix(core): Improve streaming support and timeout handling; add browser streaming & timeout tests and README clarifications  
						
						
						
						
					 
					
						2025-08-19 01:36:44 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9c5a939499 
					 
					
						
						
							
							feat(client/smartrequest): Add streaming and raw buffer support to SmartRequest (buffer, stream, raw); update docs and tests  
						
						
						
						
					 
					
						2025-08-18 22:29:24 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ee750dea58 
					 
					
						
						
							
							fix(client): Fix CI configuration, prevent socket hangs with auto-drain, and apply various client/core TypeScript fixes and test updates  
						
						
						
						
					 
					
						2025-08-18 00:21:14 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9b9c8fd618 
					 
					
						
						
							
							fix(client): Fix socket hanging issues and add auto-drain feature  
						
						... 
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Default (tags) / security (push) Failing after 26s 
				
			 
		
			
				
	Default (tags) / test (push) Failing after 12s 
				
			 
		
			
				
	Default (tags) / release (push) Has been skipped 
				
			 
		
			
				
	Default (tags) / metadata (push) Has been skipped 
				
			 
		
		
	 
 
	 
						
						- Fixed socket hanging issues caused by unconsumed response bodies
- Added automatic response body draining to prevent socket pool exhaustion
- Made auto-drain configurable via autoDrain() method (enabled by default)
- Updated all tests to properly consume response bodies
- Enhanced documentation about response body consumption 
						
						
					 
					
						2025-07-29 15:49:35 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b4769e7feb 
					 
					
						
						
							
							feat(client): add handle429Backoff method for intelligent rate limit handling  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Default (tags) / security (push) Failing after 23s 
				
			 
		
			
				
	Default (tags) / test (push) Failing after 14s 
				
			 
		
			
				
	Default (tags) / release (push) Has been skipped 
				
			 
		
			
				
	Default (tags) / metadata (push) Has been skipped 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-29 13:49:50 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4cbca08f43 
					 
					
						
						
							
							feat(429 handling): now handles 429 correctly  
						
						
						
						
					 
					
						2025-07-29 13:19:43 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2dc82bd730 
					 
					
						
						
							
							BREAKING CHANGE(core): major architectural refactoring with cross-platform support and SmartRequest rename  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Default (tags) / security (push) Failing after 24s 
				
			 
		
			
				
	Default (tags) / test (push) Failing after 12s 
				
			 
		
			
				
	Default (tags) / release (push) Has been skipped 
				
			 
		
			
				
	Default (tags) / metadata (push) Has been skipped 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-28 23:20:52 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bbb57004d9 
					 
					
						
						
							
							BREAKING CHANGE(core): major architectural refactoring with fetch-like API  
						
						
	
		
			
	 
	
	
		
	
	
		
			
				
	Default (tags) / security (push) Failing after 24s 
				
			 
		
			
				
	Default (tags) / test (push) Failing after 13s 
				
			 
		
			
				
	Default (tags) / release (push) Has been skipped 
				
			 
		
			
				
	Default (tags) / metadata (push) Has been skipped 
				
			 
		
		
	 
 
	 
						
						
					 
					
						2025-07-27 21:23:20 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b8f545cdd5 
					 
					
						
						
							
							feat(docs): Enhance documentation and tests with modern API usage examples and migration guide  
						
						
						
						
					 
					
						2025-04-03 06:52:58 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						39d3bb4d24 
					 
					
						
						
							
							fix(core): Enhance type safety for response in binary requests  
						
						
						
						
					 
					
						2024-11-06 20:58:17 +01:00