Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency com.restfb:restfb to v2024 #1271

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.restfb:restfb (source) 2.27.1 -> 2024.3.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

restfb/restfb (com.restfb:restfb)

v2024.3.0

Compare Source

  • Threads API added:
  • 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

v2024.2.0

Compare Source

  • 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

v2024.1.0

Compare Source

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

v2023.17.0

Compare Source

  • 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

v2023.16.0

Compare Source

  • 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

v2023.15.0

Compare Source

  • Issue #​1357: Add Facebook Story type

v2023.14.0

Compare Source

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

v2023.13.0

Compare Source

v2023.12.0

Compare Source

  • 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

v2023.11.0

Compare Source

  • Issue #​1321: add missing fields to Group type
  • Issue #​1322: enhance MessagingAttachment

    Thanks to @​An1s9n for the PR
  • Issue #​1324: User object needs is_work_account field
  • Issue #​1325: user_access_expire_time field missing in some objects
  • Issue #​1311: Missing app_secret proof.

    Thanks to @​walschap for the hint and the information

v2023.10.0

Compare Source

  • Issue #​1319: getBreakdowns throws NPE on null breakdowns

    Thanks to @​MartinKosturkov for the hint
  • Issue #​1306: bump maven-failsafe-plugin from 3.1.0 to 3.1.2
  • Issue #​1307: bump maven-surefire-plugin from 3.1.0 to 3.1.2
  • Issue #​1310: bump mockito-junit to 5.4.0
  • Issue #​1318: bump junit to 5.10.0

v2023.9.0

Compare Source

  • Issue #​1314: Instagram messaging read event webhook handling

    Thanks to @​An1s9n for the hint

v2023.8.0

Compare Source

  • Issue #​1312: fix NPEs in InsightBreakdown classes

v2023.7.1

Compare Source

v2023.7.0

Compare Source

  • Issue #​1304: WABP: Webhooks - CategoryType missing enum constants

    Thanks to @​ztomic for the hint
  • Issue #​1301: Bump maven-javadoc-plugin from 3.2.0 to 3.5.0
  • Issue #​1295: Bump maven-bundle-plugin from 5.1.1 to 5.1.9
  • Issue #​1294: Bump version.junit from 5.9.2 to 5.9.3
  • Issue #​1293: Bump maven-jar-plugin from 3.2.0 to 3.3.0
  • Issue #​1297: Bump license-maven-plugin from 4.0.rc1 to 4.2

v2023.6.0

Compare Source

v2023.5.0

Compare Source

  • Issue #​1284: breakdown feature of the new IG insights added to our Insight type
  • Issue #​1285: groups field added to Page
  • Issue #​1286: Add VideoPhaseError, VideoPhase to Video type

v2023.4.0

Compare Source

v2023.3.0

Compare Source

  • Issue #​1273: Parameter.withQuery added
  • Issue #​1272: Parameter.withMessage added
  • Issue #​1268: WABP interactive messages fixed

    Thanks to @​ztomic for the hint and the JSONs
  • Issue #​1274: auto deploy to maven central

v2023.2.0

Compare Source

  • Issue #​1267: Add convenience method for adding limit Parameter
  • Issue #​1269: Version 16.0 added
  • Issue #​1266: Check Page type for missing fields
  • Issue #​1270: WABP Webhook Version 16: new fields in Error object

v2023.1.0

Compare Source

  • Issue #​1263: removed unsupported graph api versions (breaking change)
  • License headers changed and some junit cleanup

v2022.11.0

Compare Source

  • Issue #​1259: better enum handling
  • Issue #​1260: unsupported_type added to messaging attachment

v2022.10.0

Compare Source

  • Issue #​1257: Graph API 15 added to version enum
  • Issue #​1256: content_publishing_limit for instagram API

    Thanks to @​Mexicath for the input
  • Issue #​1253: WhatsApp Business Platform (Send Messages) - contact message

v2022.9.0

Compare Source

v2022.8.0

Compare Source

  • WhatsApp Business Platform (Webhook)
    • Issue #​1240: incoming webhook status
    • Issue #​1232: incoming identity message
    • Issue #​1239: incoming webhook message with type unknown incl. some errors
    • Issue #​1234: incoming interactive message
    • Issue #​1238: incoming document message
    • Issue #​1237: incoming system message
    • Issue #​1236: incoming ads message
    • Issue #​1235: incoming audio message
    • Issue #​1230: incoming sticker message
    • Issue #​1231: incoming location message
    • Issue #​1233: incoming button message
    • Issue #​1216: incoming image message
    • Issue #​1215: incoming text message
  • Issue #​1229: Reels API feature

    Thanks to @​gurkein for the hint
  • Issue #​1227: add whatsapp_business_messaging permission
  • Issue #​1241: Fix IgMedia, the mdia_product_type is defined here and in the parent class

v2022.7.0

Compare Source

v2022.6.0

Compare Source

  • Issue #​1213: rtbdynamicpost type is missing
  • Issue #​1218: Make it easier to use parameters in the API calls
  • Issue #​1220: Add Basic Graph API 14 support

v2022.5.0

Compare Source

v2022.4.0

Compare Source

  • Issue #​1202: New IG comments webhook fields

    Thanks to @​gurkein for the hint
  • Issue #​1203: New IG live_comments webhook

    Thanks to @​gurkein for the hint
  • Issue #​1198: IgMedia - media_product_type field added
  • Issue #​1200: IgComment - parent_id field added
  • Issue #​1199: IgComment - from field added

v2022.3.1

Compare Source

  • NoIssue: fix for 1195

v2022.3.0

Compare Source

v2022.2.0

Compare Source

v2022.1.0

Compare Source

  • Issue #​1187: Change License year to 2022
  • Issue #​1185: Add missing permissions type
  • Issue #​1135: Remove "perms" field from Account-object - is no longer supported type
  • Issue #​1143: Remove CategorizedFacebookType type
  • Issue #​1133: Remove deprecated is_verified field from Page object type
  • Issue #​1132: Remove the deprecated manage_pages and publish_pages permissions type
  • Issue #​1131: Remove addComment and removeComment from Video type
  • Issue #​1130: Remove with_tags from Post because it is deprecated with Graph API 3.2 type
  • Issue #​1128: Remove coverId from CoverPhoto type
  • Issue #​1117: Cleanup the Messenger API objects
  • Issue #​1116: Remove deprecated fields from Event type
  • Issue #​1115: Remove the deprecated Location quick reply type
  • Issue #​1114: Remove deprecated permissions type
  • Issue #​1113: Remove deprecated 'Ad' types
  • Issue #​1112: Remove deprecated fields from User type
  • Issue #​1111: WebhookMessagingListener remove deprecated methods type
  • Issue #​1110: Assertj classes - change deprecated Objects.areEqual type
  • Issue #​1109: WebRequestor methods refactoring

v3.24.0

Compare Source

v3.23.0

Compare Source

v3.22.0

Compare Source

  • Graph API 12 changes
    • Issue #​1170: basic support in enum
    • Issue #​1171: Instagram type changes
    • Issue #​1172: deprecated fields in page object
    • Issue #​1173: deprecated fields in User type
    • Issue #​1174: New User Profile Fields in Instagram Messaging API
    • Issue #​1175: new fields in Video object
  • Issue #​1168: Changed customData type to LinkedHashMap

    Thanks to @​rundoom for the PR
  • Issue #​1169: IgUserProfile translation issue for name="error"

    Thanks to @​Moon-sparkcentral for the hint and information

v3.21.0

Compare Source

  • many internal cleanups and refactorings to prepare a better structure

v3.20.0

Compare Source

v3.19.0

Compare Source

v3.18.0

Compare Source

  • Issue #​1151: Support of fb_product_category and google_product_category in ProductItem

    Thanks to @​Alexeyyy for the hint
  • Issue #​1152: Add media_product_type and video_title fields to IgMedia

    Thanks to @​StephenFlavin for the hint

v3.17.0

Compare Source

  • 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

v3.16.0

Compare Source

  • 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

v3.15.0

Compare Source

  • Issue #​1357: Add Facebook Story type

v3.14.0

Compare Source

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

v3.13.0

Compare Source

v3.12.0

Compare Source

  • 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

v3.11.0

Compare Source

  • Issue #​1321: add missing fields to Group type
  • Issue #​1322: enhance MessagingAttachment

    Thanks to @​An1s9n for the PR
  • Issue #​1324: User object needs is_work_account field
  • Issue #​1325: user_access_expire_time field missing in some objects
  • Issue #​1311: Missing app_secret proof.

    Thanks to @​walschap for the hint and the information

v3.10.0

Compare Source

  • Issue #​1319: getBreakdowns throws NPE on null breakdowns

    Thanks to @​MartinKosturkov for the hint
  • Issue #​1306: bump maven-failsafe-plugin from 3.1.0 to 3.1.2
  • Issue #​1307: bump maven-surefire-plugin from 3.1.0 to 3.1.2
  • Issue #​1310: bump mockito-junit to 5.4.0
  • Issue #​1318: bump junit to 5.10.0

v3.9.0

Compare Source

  • Issue #​1314: Instagram messaging read event webhook handling

    Thanks to @​An1s9n for the hint

v3.8.0

Compare Source

  • Issue #​1312: fix NPEs in InsightBreakdown classes

v3.7.0

Compare Source

  • Issue #​1304: WABP: Webhooks - CategoryType missing enum constants

    Thanks to @​ztomic for the hint
  • Issue #​1301: Bump maven-javadoc-plugin from 3.2.0 to 3.5.0
  • Issue #​1295: Bump maven-bundle-plugin from 5.1.1 to 5.1.9
  • Issue #​1294: Bump version.junit from 5.9.2 to 5.9.3
  • Issue #​1293: Bump maven-jar-plugin from 3.2.0 to 3.3.0
  • Issue #​1297: Bump license-maven-plugin from 4.0.rc1 to 4.2

v3.6.1

Compare Source

  • many cleanups without special issues

v3.6.0

Compare Source

v3.5.0

Compare Source

  • Issue #​1284: breakdown feature of the new IG insights added to our Insight type
  • Issue #​1285: groups field added to Page
  • Issue #​1286: Add VideoPhaseError, VideoPhase to Video type

v3.4.0

Compare Source

v3.3.0

Compare Source

  • Issue #​1273: Parameter.withQuery added
  • Issue #​1272: Parameter.withMessage added
  • Issue #​1268: WABP interactive messages fixed

    Thanks to @​ztomic for the hint and the JSONs
  • Issue #​1274: auto deploy to maven central

v3.2.0

Compare Source

  • Issue #​1267: Add convenience method for adding limit Parameter
  • Issue #​1269: Version 16.0 added
  • Issue #​1266: Check Page type for missing fields
  • Issue #​1270: WABP Webhook Version 16: new fields in Error object

v3.1.0

Compare Source

  • Issue #​1263: removed unsupported graph api versions (breaking change)
  • License headers changed and some junit cleanup

v3.0.0

Compare Source

  • Final Release - nothing new

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/com.restfb-restfb-2024.x branch from b1a096b to e01be2b Compare February 1, 2024 08:50
@renovate renovate bot force-pushed the renovate/com.restfb-restfb-2024.x branch from e01be2b to e2a235a Compare April 14, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants