Skip to content

Tags: NARUBROWN/spine

Tags

v0.4.2

Toggle v0.4.2's commit message
refactor: 로그 메시지 개선 및 WebSocket, Consumer 라우트 등록 시 출력 추가

v0.4.1

Toggle v0.4.1's commit message
feat: CustomTransport 인터페이스 및 관련 기능 추가

v0.4.0

Toggle v0.4.0's commit message
feat: 전역 인터셉터 추가 및 라우팅 전 중단 기능 구현

v0.3.9

Toggle v0.3.9's commit message
feat: ResponseWriter 인터페이스에 IsCommitted() 메서드 추가 및 EchoResponseWriter…

…에서 구현

v0.3.8

Toggle v0.3.8's commit message
chore: 버전 변경

v0.3.7

Toggle v0.3.7's commit message
feat: httpx.Binary 정의로 바이너리 타입도 서버에서 서빙 가능하도록 하였음, 버전 업데이트

v0.3.6

Toggle v0.3.6's commit message
feat: httpx.Binary 정의로 바이너리 타입도 서버에서 서빙 가능하도록 하였음, 버전 업데이트

v0.3.5

Toggle v0.3.5's commit message
feat: Pipeline 내부 컴포넌트에서도 httperr를 사용하여 error 리턴할 경우 response_writer를…

… 사용하여 사용자에게 응답 전송하도록 했음, 버전 업데이트

v0.3.4

Toggle v0.3.4's commit message
feat: HTTP Runtime 전용 옵션 분리 및 PostExecutionHook 제거

- HTTP Runtime 전용 옵션(HTTPOptions) 분리
- HTTP/Kafka/RabbitMQ Runtime을 옵션 조합으로 명시적 활성화
- PostExecutionHook 및 EventDispatchHook 제거
- 이벤트 발행 모델을 publish.Event(ctx, event)로 단일화
- dead abstraction 및 사용되지 않는 훅/패키지 정리

v0.3.3

Toggle v0.3.3's commit message
refactor: 반환값을 httpx.Response[T]로 전면 교체

- 기존 string / struct raw 반환 처리 제거
- httpx.Response[T] 기반의 통합 응답 모델 도입
- ResponseOptions를 통해 status, header, cookie 설정 지원
- 다중 Set-Cookie 처리를 위해 ResponseWriter에 AddHeader 추가
- JSON, string, redirect 응답을 명시적인 반환 타입으로 정렬