Skip to content

Releases: restfb/restfb

Release 2024.4.0

28 May 20:22
v2024.4.0
d86092b
Compare
Choose a tag to compare

2024.4.0 (May 28, 2024)

  • Issue #1410: message_edits Webhook added
  • Issue #1419: Graph API 20 added to version enum
  • dependency updates

Release 2024.3.0

14 Apr 12:45
v2024.3.0
0ed88e0
Compare
Choose a tag to compare

2024.3.0 (April 14, 2024)

  • Add missing MessageContact fields

    Thanks to @BernardoGiordano for the PR
  • Threads API added:
    • Issue #1398: new Threads permissions added
    • Issue #1399: profile type added
    • Issue #1400: media type added
    • Issue #1401: rate limit type added
    • Issue #1402: reply type added
    • Issue #1403: insights checked
  • build deps updated:
    • Issue #1385: bump version.junit from 5.10.1 to 5.10.2
    • Issue #1386: bump org.assertj:assertj-core from 3.25.2 to 3.25.3
    • Issue #1387: bump org.mockito:mockito-junit-jupiter from 5.10.0 to 5.11.0
    • Issue #1391: bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0
    • Issue #1392: bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.2
    • Issue #1394: bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1
    • Issue #1395: bump org.projectlombok:lombok from 1.18.30 to 1.18.32
    • Issue #1396: bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12

Release 2024.2.0

01 Feb 08:07
v2024.2.0
60ad360
Compare
Choose a tag to compare

2024.2.0 (January 31, 2024)

  • Issue #1382: Graph API 19.0 added
  • Issue #1383: mark publish_to_groups and groups_access_member_info as deprecated
  • Issue #1378: update mockito-junit-jupiter
  • Issue #1377: update maven-surefire-plugin
  • Issue #1376: update maven-failsafe-plugin
  • Issue #1375: update assertj-core
  • Issue #1372: update maven-compiler-plugin

Release 2024.1.0

01 Jan 14:55
v2024.1.0
a43a988
Compare
Choose a tag to compare

2024.1.0 (January 1, 2024)

  • Issue #1349: Move inner types to own classes
  • Issue #1342: sender_id and sender_name removed because it is deprecated since api 2.11

Release 2023.17.0

19 Dec 11:06
v2023.17.0
ba049af
Compare
Choose a tag to compare

2023.17.0 (December 19, 2023)

  • Issue #1365: added contacts and unsupported to MessageType

    Thanks to @mikedeswert for the hint and the JSON
  • Issue #1367: Add biz_opaque_callback_data to whatsapp messages
  • Issue #1366: Add copyright_check_information to IgMedia
  • Issue #1363: update mockito-junit lib
  • Issue #1364: update maven-javadoc-plugin
  • Issue #1369: update maven-surefire-plugin
  • Issue #1370: update maven-failsafe-plugin

Release 2023.16.0

26 Nov 02:28
v2023.16.0
1afb234
Compare
Choose a tag to compare

2023.16.0 (November 26, 2023)

  • Issue #1359: Remove duplicate getter from Story
  • Issue #1360: fix javadoc generation
  • Issue #1361: WhatsApp Message Template contains one language instead of an array
  • Issue #1350: bump version.junit from 5.10.0 to 5.10.1
  • Issue #1351: bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
  • Issue #1352: bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.1 to 3.2.2
  • Issue #1353: bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
  • Issue #1354: bump org.mockito:mockito-junit-jupiter from 5.6.0 to 5.7.0

Release 2023.15.0

19 Nov 15:38
v2023.15.0
083d20a
Compare
Choose a tag to compare

2023.15.0 (December 19, 2023)

  • Issue #1357: Add Facebook Story type

Release 2023.14.0

12 Nov 13:04
v2023.14.0
d286e60
Compare
Choose a tag to compare

2023.14.0 (November 12, 2023)

  • Issue #1347: add flexible summary field to connection class
  • Issue #1348: profileId getter and possible FB bug in DebugTokenInfo fixed

Release 2023.13.0

31 Oct 15:02
v2023.13.0
cde6a85
Compare
Choose a tag to compare

2023.13.0 (October 31, 2023)

  • Issue #1344: Add errors field to WABP webhook status update
    Thanks to @lennehendrickx for the link
  • Issue #1332: Facebook reel support (check our docs)
    Thanks to @saunders-d for the hint
  • Issue #1341: make error_data accessible in FacebookException
    Thanks to @walschap and @lennehendrickx for the hint
  • Issue #1338: support WABP reaction mapping in webhook
    Thanks to @walschap for the hint
  • Several build lib updates

Release 2023.12.0

19 Sep 20:39
v2023.12.0
aebd517
Compare
Choose a tag to compare

2023.12.0 (September 19, 2023)

  • Issue #1330: Instagram: Support for mentioned media
  • Issue #1328: InstagramCommentsValue.IgCommentMedia should have ad related field

    Thanks to @gurkein for the hint
  • Issue #1327: Add Version 18.0 to version enum