v0.1.0-alpha.7 #182
jaewonLeeKOR
announced in
릴리즈 서버 릴리즈 노트
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
안녕하세요. 케플 백엔드 이재원입니다.
새로운 버전이 릴리즈 서버로 배포되었습니다.
지난 릴리즈 이후 새로운 변경사항 알려드리겠습니다.
세가지 기능이 추가/ 변경되었습니다.
10초가까이 되던 발송 대기 시간이 평균0.1초정도가 되는 대기 시간으로 개선되었습니다.{ "aps" : { "alert" : { "title" : "오늘의 질문 준비 완료!", "body" : "{질문 내용}" } "sound" : "default", "thread-id" : "question" }, "questionId" : "{questionId}" }{ "aps" : { "alert" : { "title" : "오늘의 질문 답변 마감!", "body" : "{질문 내용}" } "sound" : "default", "thread-id" : "question" }, "questionId" : "{questionId}" }{ "aps" : { "alert" : { "title" : "누군가 내 게시글에 좋아요를 눌렀어요", "body" : "{게시글 내용}" } "sound" : "default", "thread-id" : "board-{boardId}" }, "boardId" : "{boardId}" }{ "aps" : { "alert" : { "title" : "누군가 내 게시글에 댓글을 달았어요", "body" : "{댓글 내용}" } "sound" : "default", "thread-id" : "board-{boardId}" }, "boardId" : "{boardId}", "boardCommnetId": "{boardCommentId}" }{ "aps" : { "alert" : { "title" : "누군가 내 댓글에 좋아요를 눌렀어요", "body" : "{댓글 내용}" } "sound" : "default", "thread-id" : "board-{boardId}" }, "boardId" : "{boardId}", "boardCommnetId": "{boardCommentId}" }{ "aps" : { "alert" : { "title" : "누군가 댓글을 달았어요", "body" : "{댓글 내용}" } "sound" : "default", "thread-id" : "board-{boardId}" }, "boardId" : "{boardId}", "boardCommnetId": "{boardCommentId}" }What's Changed
Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7
This discussion was created from the release v0.1.0-alpha.7.
Beta Was this translation helpful? Give feedback.
All reactions