mqtt를 2.16.0에서 4.0.1로 증가

9111 단어 isthisthingon

묘사

2.16.0에서 4.0.1까지 요동mqtt.
릴리즈 노트
출처mqtt's releases.

v4。0

  • refactor: callbacks on end() (#1080)
  • chore: change workflow to v10-14 and doc fixes (#1079)
  • feat(client): error handling and test resilience (#1076)
  • chore: add master branch action (#1062)
  • chore: istanbul to nyc and uglify-js to uglify-es (#1061)
  • chore: github actions (#1059)
  • feat: connection error handler (#1053)
  • fix: remove only (#1058)
  • feat: support SNI on TLS (#1055)
  • chore: tidy up debug logs (#1052)
  • fix various options definition for ts usage (#1043)
  • refactor: zuul to airtap for browser testing (#1045)

v3。0

  • mqtt 5 support
  • Notice about MQTT 5.0 added to README
  • Delayed emit timing of connect event. Emit connect event after processing of outgoingStore is completed.
  • Modified _onConnect() as top level function. Called this._setupPingTimer() from _onConnect(). Modified on('connect') handler for resubscribe as top level function. The function is called from _onConnect().
  • Passed packet to _onConnect().
  • Change this.firstConnection to private member.
  • Added Node 10 to .travis.yml
  • Merge pull request #867 from mqttjs/add-node-ten
  • Merge pull request #866 from ogis-fujiwara/msg-order-at-restore
  • update branch
  • Merge branch 'master' into feature-mqtt-5
  • Merge pull request #827 from flespi-software/feature-mqtt-5
  • Add new callback called when message is put into outgoingStore.
  • Pass callback cbStorePut to publish method as one of options.
  • Merge pull request #869 from ogis-fujiwara/cb-store-put
  • Update TypeScript declaration files for cbStorePut.
  • fix properties mqtt 5 in subscribe
  • Merge pull request #881 from mqttjs/mqtt-5-subscribe-fix
  • Merge pull request #872 from ogis-fujiwara/cb-store-put-ts
  • fix bug in weixin min program and add support to ali min program (#898)
  • fix: delete completed incoming QOS 2 messages (#893)
  • Update deps fix ci fix 9errors (#903)
  • Fix publish interrupt during stored packets processing. (#902)
  • fix bug in weapp (#913)
  • Did you mean 'Support'? (#915)
  • fix (#917)
  • server side disconnect handling (#926)
  • perform nextTick work only if work needs to be done (#931)
  • resubscribe mqtt5 fix (#946)
  • process disconnect packet w/o full destroy the connection (#937)
  • Fixed #952. (#953)

v2。18.8

  • Add error handling for the storage handling in QoS 2 #864
... (truncated)

언약
  • 참조compare view
  • 의 전체 차이
    Dependabot compatibility score
    이 PR과의 충돌은 사용자가 직접 변경하지 않는 한 해결될 수 있습니다.주석@dependabot rebase을 사용하여 수동으로 재기준을 트리거할 수도 있습니다.
    신뢰성 명령 및 옵션
    이 PR에 의견을 달면 Cortebot 작업을 트리거할 수 있습니다.
    - "@relateot rebase"는 이 PR의 기초를 재설정합니다.
    - "@relateot recreate"는 이 PR을 다시 만들고 편집한 내용을 덮어씁니다.
    - "@cordenot merge"는 CI 전송 후 이 PR을 병합합니다.
    - "@relateot squash and merge"는 CI 전송 후 이 PR을 누르고 병합합니다.
    - "@Correlot cancel merge"는 이전에 요청한 병합을 취소하고 자동 병합을 차단합니다.
    - 이 PR이 종료되면 @Correlot Recover에서 다시 열립니다.
    - @CorrelotClose가 PR을 닫고 Correlott를 중지하고 다시 생성합니다.수동으로 닫아서 같은 결과를 얻을 수 있습니다
    - "@corderot ignore this main version"은 이 PR을 닫고 Corderot가 이 주요 버전의 콘텐츠를 다시 만드는 것을 중지합니다. (PR을 다시 열거나 업그레이드하지 않는 한)
    - "@corderot ignore this minor version"은 이 PR을 닫고 corderot가 이 minor version에 대해 더 많은 PR을 만드는 것을 중지합니다. (PR을 다시 열거나 PR로 업그레이드하지 않는 한)
    - "@corderot ignore this dependency"는 이 PR을 닫고 이 의존항에 대한 corderot의 내용을 다시 만들지 않습니다(PR을 다시 열거나 PR로 업그레이드하지 않는 한)
    - "@cordeot use this label"현재 태그를 재구매 프로토콜 및 언어의 미래 PRs 기본 태그로 설정
    - "@cordenot use this reviewers"현재 검토자를 해당 재구매 계약 및 언어의 미래 PRs에 대한 기본 검토자로 설정
    - "@cordenot use this assignees"는 현재 수인을 해당 재구매 프로토콜과 언어의 미래 PRs 기본값으로 설정
    - "@cordeot use this milestone"은 현재 이정표를 재구매 계약 및 언어의 미래 PRs에 대한 기본 이정표로 설정
    - "@Relateot badge me"는 자술한 파일에 "Relateot enabled"배지를 추가할 수 있도록 코드로 이 홍보에 대해 설명합니다.
    또한 Correlot[대시보드]에서 다음을 설정할 수도 있습니다(https://app.dependabot.com):
    - 업데이트 빈도(하루 중 시간과 일주일 중 날짜 포함)
    - 끌어오기 요청 제한(업데이트가 실행될 때마다/또는 언제든지 열려 있음)
    - 자동 병합 옵션(기본/패치/보조 및 개발/런타임 종속성)
    - 범위 밖의 업데이트(필요한 경우 잠금 파일 업데이트만 수신)
    - 보안 업데이트(필요한 경우 보안 업데이트만 수신)

    토론 #1

    #19로 대체됩니다.

    좋은 웹페이지 즐겨찾기